Hi,

I'm currently interested in using Scrapy for a personal project I have. 
What I do with thirdparty libraries is put the library folder in the 
"thirdparty" subfolder of my projects an importing it from that path. So 
what I want to do, it's import Scrapy like this:

from thirdparty/scrapy import *



The main problem it's scrapy depends on a lots of other libraries, and my 
project should be able to run in Unix (Linux both x86 and x64 and MacOSX) 
and Windows boxes. How can I build Scrapy in a way that works in that way ? 
("python setup.py build" doesn't seems to work for this case, because it 
just builds the library for the current machine)


Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to