28degrees-export icon indicating copy to clipboard operation
28degrees-export copied to clipboard

Please include requirements.txt

Open simonwillcock opened this issue 12 years ago • 3 comments

Hi,

Thanks for making this utility! I'm just trying to get it working and I'm having some trouble installing some of the requirements (PyQuery and Mechanize) so I was wondering if you could include a requirements.txt file so that we have the version numbers you used.

Thanks!

simonwillcock avatar Oct 01 '13 08:10 simonwillcock

Hi Simon,

Thanks for getting in touch regarding this. I'll look into adding requirements.txt, in the meantime we can try to resolve your particular issue just over email - what's the particular error message you're getting?

Cheers, Art

On Tue, Oct 1, 2013 at 6:08 PM, Simon Willcock [email protected]:

Hi,

Thanks for making this utility! I'm just trying to get it working and I'm having some trouble installing some of the requirements (PyQuery and Mechanize) so I was wondering if you could include a requirements.txt file so that we have the version numbers you used.

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/ArtS/28degrees-export/issues/2 .

Art 04 1639 4620

ArtS avatar Oct 01 '13 08:10 ArtS

Hi Art,

Thanks for getting in touch so quickly! I'm actually about to get on a long haul flight but once I'm back home I'll give you more details on the errors.

Cheers Simon On 01/10/2013 11:29 am, "Art Skvira" [email protected] wrote:

Hi Simon,

Thanks for getting in touch regarding this. I'll look into adding requirements.txt, in the meantime we can try to resolve your particular issue just over email - what's the particular error message you're gegging?

Cheers, Art

On Tue, Oct 1, 2013 at 6:08 PM, Simon Willcock [email protected]:

Hi,

Thanks for making this utility! I'm just trying to get it working and I'm having some trouble installing some of the requirements (PyQuery and Mechanize) so I was wondering if you could include a requirements.txt file so that we have the version numbers you used.

Thanks!

— Reply to this email directly or view it on GitHub< https://github.com/ArtS/28degrees-export/issues/2> .

Art 04 1639 4620

— Reply to this email directly or view it on GitHubhttps://github.com/ArtS/28degrees-export/issues/2#issuecomment-25433026 .

simonwillcock avatar Oct 01 '13 18:10 simonwillcock

Gave up trying to get this working on Windows, but got it working in a Ubuntu VM:

Instructions for 28degrees-export on fresh Ubuntu 13.10 x64:

Just in case.

apt-get update apt-get install python

To install python packages.

apt-get install python-pip

To compile pyquery using pip.

apt-get install python-dev apt-get install libxml2-dev libxslt-dev apt-get install lib32z1-dev pip install pyquery

No problems with mechanize now.

pip install mechanize

Install git and grab code.

apt-get install git git clone https://github.com/ArtS/28degrees-export.git

jj777 avatar Mar 30 '14 02:03 jj777