Re: New User - Writing your first Django app part 1 crashed

2010-04-12 Thread Jeremy Dunck
On Sat, Mar 27, 2010 at 10:40 PM, Paul Harouff wrote: > On Sat, Mar 27, 2010 at 2:45 AM, Thierry Chich > wrote: >> Are you sure that the postgres driver of your jython is installed ? >> > > Yes. But I don't believe Jython is seeing it. > > I might have to switch to python. I was hoping to use jy

Re: New User - Writing your first Django app part 1 crashed

2010-03-27 Thread Paul Harouff
On Sat, Mar 27, 2010 at 2:45 AM, Thierry Chich wrote: > Are you sure that the postgres driver of your jython is installed ? > Yes. But I don't believe Jython is seeing it. I might have to switch to python. I was hoping to use jython so the application would be easier to port to laptops using a C

Re: New User - Writing your first Django app part 1 crashed

2010-03-27 Thread Thierry Chich
Are you sure that the postgres driver of your jython is installed ? Le 27 mars 2010 à 01:52, Paul Harouff a écrit : On Fri, Mar 26, 2010 at 6:26 PM, Karen Tracey wrote: On Fri, Mar 26, 2010 at 5:58 PM, Paul Harouff wrote: I uninstalled Django development trunk and installed Django-1.1

Re: New User - Writing your first Django app part 1 crashed

2010-03-26 Thread Karen Tracey
On Fri, Mar 26, 2010 at 8:52 PM, Paul Harouff wrote: [snip] >connection = zxJDBC.connect(self.jdbc_url(), > zxJDBC.DatabaseError: driver [org.postgresql.Driver] not found > > > All of my searches say the solution is to use the --verify flag with > jython. But, the --verify flag was removed fr

Re: New User - Writing your first Django app part 1 crashed

2010-03-26 Thread Paul Harouff
On Fri, Mar 26, 2010 at 6:26 PM, Karen Tracey wrote: > On Fri, Mar 26, 2010 at 5:58 PM, Paul Harouff wrote: >> >> I uninstalled Django development trunk and installed Django-1.1.1. Now >> when I run "jython manage.py runserver" I get "Error: No module named >> messages" >> > > I've no idea bout y

Re: New User - Writing your first Django app part 1 crashed

2010-03-26 Thread Karen Tracey
On Fri, Mar 26, 2010 at 5:58 PM, Paul Harouff wrote: > I uninstalled Django development trunk and installed Django-1.1.1. Now > when I run "jython manage.py runserver" I get "Error: No module named > messages" > > I've no idea bout your earlier problem but this one sounds like you are using a set

Re: New User - Writing your first Django app part 1 crashed

2010-03-26 Thread Paul Harouff
On Fri, Mar 26, 2010 at 2:17 PM, Beartenor1 wrote: > I have a openSUSE linux server. > > Created folder /CSDB. > Dropped copy of Sun jdk6u18 in /CSDB/java/jdk6u18. > Installed copy of Jython in /CSDB/jython > Installed easy_install > Installed distribute > Installed virtualenv > Ran virtualenv --r

New User - Writing your first Django app part 1 crashed

2010-03-26 Thread Beartenor1
I have a openSUSE linux server. Created folder /CSDB. Dropped copy of Sun jdk6u18 in /CSDB/java/jdk6u18. Installed copy of Jython in /CSDB/jython Installed easy_install Installed distribute Installed virtualenv Ran virtualenv --relocatable /CSDB/jython Dropped copy of Apache tomcat6 in /CSDB/tomca