ArtS / 28degrees-export

Scraping utility for 28degrees Master Card website
24 stars 8 forks source link

Please include requirements.txt #2

Open simonwillcock opened 11 years ago

simonwillcock commented 11 years ago

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!

ArtS commented 11 years ago

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 notifications@github.comwrote:

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

simonwillcock commented 11 years ago

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" notifications@github.com 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 notifications@github.comwrote:

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 .

jj777 commented 10 years ago

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