Sorry, I didn't mean it wasn't downright incompatible with cross platform. My wording was off. I meant that, If I wanted to do it following the tutorial on the website, I would have to create a script that installs the virtual environment and pyramid for that OS, then run it. I would have to include a binary for each OS in the package to send to each one.
My project in a nutshell was going to just be packaged up, and the user would just download it and the main.py through python shell and enable it, allowing them to see the page. Thank you for the response in terms of having a requirements.txt, it answered my question since that was something I was kind of hoping to try and avoid. On Monday, March 4, 2013 12:29:10 PM UTC-8, Chris Withers wrote: > > On 04/03/2013 19:46, Han Chuang wrote: > > I'm trying to plan for one of my projects, and I'm considering using > > pyramid as a base. But while I was fiddling with it, I realized it > > wasn't really cross-platform. > > Care to provide some evidence/background for your sweeping > generalisations? > > > Is there any way to use pyramid/pylons without installing it? > > What do you mean by "installing"? > > > I would > > like to unpackage it and use it as an import, allowing me to move my > > project as a folder to many different computers with different OSes and > > performing normally. > > It's more usual to have a requirements.txt or buildout.cfg and install > separately on each machine you need it. > > cheers, > > Chris > > -- > Simplistix - Content Management, Batch Processing & Python Consulting > - http://www.simplistix.co.uk > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
