Letractively / harvestman-crawler

Automatically exported from code.google.com/p/harvestman-crawler
0 stars 0 forks source link

Install error in x86_64 #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a problem in detecting site-packages folder in Linux
x86_64.

This is what happens after a Fedora x86_64 installation of HarvestMan.

[anand@anand-desktop ~]$ hget
python: can't open file
'/usr/lib64/python2.5/site-packages/harvestman/apps/hget.py': [Errno 2] No
such file or directory
[anand@anand-desktop HarvestMan-2.0]$ more /usr/bin/hget 
#!/bin/sh
env python /usr/lib64/python2.5/site-packages/harvestman/apps/hget.py $*

The code is installed in /usr/lib/python2.5/site-packages/harvestman, but
the path points to /usr/lib64/python2.5/site-packages/harvestman. Needs to
be fixed.

Original issue reported on code.google.com by abpil...@gmail.com on 5 Aug 2008 at 11:51

GoogleCodeExporter commented 8 years ago
Issue #2 is related. I am moving forward with it as of last night. I am able to
install it and will be working on making sure everything gets installed 
properly.
When done this should fix this problems as well.

Merge with Issue#2.

Lucas

Original comment by szybal...@gmail.com on 8 Sep 2008 at 3:35

GoogleCodeExporter commented 8 years ago
Got the harvestman working. please test on your system. If it works we just 
need to
fix the test case and merge back to trunk and continue with our development.

Thanks,
Lucas

Original comment by szybal...@gmail.com on 27 Sep 2008 at 3:41

GoogleCodeExporter commented 8 years ago
I tested it on my x86_64 system but it did not work. I have checked in a fix 
for this
in trunk and branch in setup.py. It works for x86_64 Linux now. 

Environment: Fedora 9/x86_64, Python 2.5.1.

Can you verify that this does not break the setup on 32 bit installation ? I 
can do
it at home tonight, so if you can't do it, it is ok. Thanks! 

SVN version is 104 (trunk) & 105 (branch).

Original comment by abpil...@gmail.com on 29 Sep 2008 at 7:08

GoogleCodeExporter commented 8 years ago
Can you see if you can install the  "harvestman-topaste" branch... on your 
fedora.
http://code.google.com/p/harvestman-crawler/source/browse/#svn/branches/HarvestM
an-topaste

Using python 2.4
/home/lucas/tmp/harvenv/lib/python2.4/site-packages/sgmlop-1.1.1_20040207-py2.4-
linux-i686.egg
Finished processing dependencies for HarvestMan==2.0.2dev-r103
module_path /home/lucas/tmp/harvestman-topaste/HarvestMan/harvestman
Creating basic configuration in /home/lucas/tmp/harvenv/etc/harvestman...
done.

Original comment by szybal...@gmail.com on 29 Sep 2008 at 1:49