473,545 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Harvestman install not working

Hi, I previously had Harvestman installed and working okay, but somehow the
latest version won't install.

I have Python23 installed.

When I attempt to execute the py2exesetup.bat file (on Windows XP), I get:

--------------------------------------------------------------------------------------------------

E:\zips\interne t\utilities\Har vestMan-1.4\HarvestMan-1.4.tar\Harvest Man-1.4\Harv
estMan>rem Batch file for creating py2exe executable for Harvestman
usage: install.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: install.py --help [cmd1 cmd2 ...]
or: install.py --help-commands
or: install.py cmd --help

error: option --force-imports not recognized
Press any key to continue . . .
------------------------------------------------------------------

Any suggestions?
Thanks

Jul 18 '05 #1
7 1479
Hi

Latest version of py2exe does not support the option
--force-imports anymore I think. You can edit the .bat file to remove
that option. It should work.

-Anand

Jul 18 '05 #2
Thanks Anand, (both for Harvestman and for the reply.)
By the way, I did try that, so that the command is:

c:\python23\pyt hon.exe install.py py2exe -O2 --packages=encodi ngs

And this time the dist folder was created, but there were only these files
in there:

library.zip
python23.dll
unicodedata.pyd
w9xpopen.exe
zlib.pyd
_sre.pyd

I'll keep trying though.
"Anand" <ab******@gmail .com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
Hi

Latest version of py2exe does not support the option
--force-imports anymore I think. You can edit the .bat file to remove
that option. It should work.

-Anand

Jul 18 '05 #3
Thanks Anand, (both for writing Harvest, and for the reply.)
By the way, I did try that, so that the command is:

c:\python23\pyt hon.exe install.py py2exe -O2 --packages=encodi ngs

And this time the dist folder was created, but there were only these files
in there:

library.zip
python23.dll
unicodedata.pyd
w9xpopen.exe
zlib.pyd
_sre.pyd

I'll keep trying though.
"Anand" <ab******@gmail .com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
Hi

Latest version of py2exe does not support the option
--force-imports anymore I think. You can edit the .bat file to remove
that option. It should work.

-Anand


Jul 18 '05 #4
Thanks Anand, (both for writing Harvest, and for the reply.)
By the way, I did try that, so that the command is:

c:\python23\pyt hon.exe install.py py2exe -O2 --packages=encodi ngs

And this time the dist folder was created, but there were only these files
in there:

library.zip
python23.dll
unicodedata.pyd
w9xpopen.exe
zlib.pyd
_sre.pyd

I'll keep trying though.
"Anand" <ab******@gmail .com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
Hi

Latest version of py2exe does not support the option
--force-imports anymore I think. You can edit the .bat file to remove
that option. It should work.

-Anand


Jul 18 '05 #5
Thanks Anand, (both for writing Harvest, and for the reply.)
By the way, I did try that, so that the command is:

c:\python23\pyt hon.exe install.py py2exe -O2 --packages=encodi ngs

And this time the dist folder was created, but there were only these files
in there:

library.zip
python23.dll
unicodedata.pyd
w9xpopen.exe
zlib.pyd
_sre.pyd

I'll keep trying though.

"Anand" <ab******@gmail .com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
Hi

Latest version of py2exe does not support the option
--force-imports anymore I think. You can edit the .bat file to remove
that option. It should work.

-Anand

Jul 18 '05 #6
Thanks Anand, (both for writing Harvest, and for the reply.)
By the way, I did try that, so that the command is:

c:\python23\pyt hon.exe install.py py2exe -O2 --packages=encodi ngs

And this time the dist folder was created, but there were only these files
in there:

library.zip
python23.dll
unicodedata.pyd
w9xpopen.exe
zlib.pyd
_sre.pyd

I'll keep trying though.

"Anand" <ab******@gmail .com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
Hi

Latest version of py2exe does not support the option
--force-imports anymore I think. You can edit the .bat file to remove
that option. It should work.

-Anand

Jul 18 '05 #7
First of all, please disregard the extra posts, Anand, I need to really
really get a new newsreader. It kept on giving me an error, making me think
that each sendbutton click wasnt' working.

My mistake, I use the Harvestman.Py in the main folder, of course.

It works fine.
Thanks again.

"Anand" <ab******@gmail .com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
Hi

Latest version of py2exe does not support the option
--force-imports anymore I think. You can edit the .bat file to remove
that option. It should work.

-Anand

Jul 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
5592
by: David G. | last post by:
Hi, Please bear with me as I'm a newbie at this. I'm trying to install PHP on my Win XP Pro machine. I've read many web sites giving installation instructions but can't seem to get it working. Is there somebody who could give me clear instructions on how to install and configure it? From what I've read, I've been able to do everything that...
2
3780
by: agostino.russo | last post by:
I managed to make pywin32 work from a network installation (not really hard work: a shared folder + copying some dlls + setting PYTHONPATH). PythonWin amd COM seem to be working fine from the network install, BUT when I need to pass PyTime to a COM object expecting a Date I get the following error: ...
6
2591
by: kabrit | last post by:
Entrez "aide" pour afficher à nouveau les noms de produits. Entrez "quitter" pour quitter. *********************************************************** DB2.PE IBM_db2msen81... Preparing... ################################################## IBM_db2msen81
4
1850
by: Richard | last post by:
All, I have coded an Outlook automation Addin in C# and .NET. I created the project using the Extensibility wizard. The Addin installs and runs Ok on my machine. However I am unable to succsefully install the Addin on other machines. The install runs without error, it does unpack necessary files, and it does create many Addin related...
13
2025
by: Karl | last post by:
Hi all. I've recently rebuilt my Vista Ultimate workstation with Visual Studio Team Developer edition. Ive also put on the SQL Server 2005 tools and it's fully patched. I was building a web application in VS before the rebuild and I've just come to do some work on it, and it has reminded me that I need to install Ajax 1.0 again as I...
0
938
by: gags | last post by:
Hi there I just saw that program on the awards and wanted to use it as i installed it on ubuntu gusty gibbon it worked fine without errors and when i run it i get the following errors File "/usr/bin/harvestman", line 364, in <module> spider.run_projects()
0
962
by: puneetbrar | last post by:
Hi there I just saw that program on the awards and wanted to use it as i installed it on ubuntu gusty gibbon it worked fine without errors and when i run it i get the following errors File "/usr/bin/harvestman", line 364, in <module> spider.run_projects()
0
1743
by: Michael Matthews | last post by:
Hello, I'm fairly new to Python, and have run into dead ends in trying to figure out what is going on. The basic thing I am trying to do is get pylibpcap working on a Python installation. More precisely, I want to get it working on an ActiveState Python installation. I have it working on cygwin (Windows XP). I was hoping to just be able...
0
401
by: DD | last post by:
Hi Guys! Just would like to share with you my experiense in this matter. I was trying to evaluate how suitable Oracle OLAP for our applications. As probably you did, I have downloaded from OTN website OraJDeveloper and BI Beans, installed them and opened Cube Viewer ... no luck! Just did not work. After very long conversation(s) with...
0
7487
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
1
7446
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7778
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6003
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3476
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3459
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1908
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
731
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.