Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please include requirements.txt #2

Open
simonwillcock opened this issue Oct 1, 2013 · 3 comments
Open

Please include requirements.txt #2

simonwillcock opened this issue Oct 1, 2013 · 3 comments

Comments

@simonwillcock
Copy link

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
Copy link
Owner

ArtS commented Oct 1, 2013

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//issues/2
.

Art
04 1639 4620

@simonwillcock
Copy link
Author

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//issues/2#issuecomment-25433026
.

@jj777
Copy link

jj777 commented Mar 30, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants