Re: CSS not working in exe

2008-06-23 Thread Molly
Thanks Johan, I will check that out :) On Jun 21, 8:06 am, johan de taeye <[EMAIL PROTECTED]> wrote: > For my frePPle project, I have been using py2exe to package a > standalone django application. > > See here for my manage.py > script:http://frepple.svn.sourceforge.net/viewvc/frepple/trunk/con

Re: CSS not working in exe

2008-06-21 Thread johan de taeye
For my frePPle project, I have been using py2exe to package a standalone django application. See here for my manage.py script: http://frepple.svn.sourceforge.net/viewvc/frepple/trunk/contrib/installer/manage.py?revision=640&view=markup Here's a patch for the django code to make also the django

Re: CSS not working in exe

2008-06-20 Thread Molly
Thanks for that tip, Chris! I have been wondering about that actually. I think I am going to switch to Apache, because I have been having a lot of trouble with the exe. Thanks for the help, I aprreciate it :) Molly On Jun 20, 10:56 am, chris vigelius <[EMAIL PROTECTED]> wrote: > Hi Molly, > >

Re: CSS not working in exe

2008-06-20 Thread chris vigelius
Hi Molly, please consider using dpaste.com or similar for posting long code examples. Not only does this reduce list traffic, but you'll get syntax coloring and readable formatting, too... On to your question: I must admit I never used py2exe, so my advice may be misguided, but shouldn't this

CSS not working in exe

2008-06-20 Thread Molly
I am creating a stand alone app. Everything is working as a .py, when I launch the website everything is perfect. When I create my .py into an exe (py2exe) it still works, but the css is not there. I have tried many things and cannot figure out the solution. ===