Re: syncdb: invalid literal for int with base 10: '1,'

2008-06-02 Thread Karen Tracey
On Mon, Jun 2, 2008 at 5:43 PM, <[EMAIL PROTECTED]> wrote: > > could not create i get when i reinstall 2.0. > > however there is a map psycopg2. but i should have psycopg? > > because it says no module psycopg. > > > but i mean i have that this is going in circles, when i change to > DATABASE_ENGI

Re: syncdb: invalid literal for int with base 10: '1,'

2008-06-02 Thread circularfunc
could not create i get when i reinstall 2.0. however there is a map psycopg2. but i should have psycopg? because it says no module psycopg. but i mean i have that this is going in circles, when i change to DATABASE_ENGINE = 'postgresql_psycopg2' it works. but i get > ValueError: invalid lite

Re: syncdb: invalid literal for int with base 10: '1,'

2008-06-02 Thread circularfunc
i have downloaded that already. is it 2.0 i should have or 1.1? On 2 Juni, 23:17, neuro_damage <[EMAIL PROTECTED]> wrote: > http://www.stickpeople.com/projects/python/win-psycopg/. > > Go there download the appropriate package for your system. Then you > should have the module. > > On Jun 2, 4:

Re: syncdb: invalid literal for int with base 10: '1,'

2008-06-02 Thread neuro_damage
http://www.stickpeople.com/projects/python/win-psycopg/. Go there download the appropriate package for your system. Then you should have the module. On Jun 2, 4:15 pm, [EMAIL PROTECTED] wrote: > C:\Python25\Lib\site-packages\django\bin\webapps>manage.py syncdb > Traceback (most recent call last

Re: syncdb: invalid literal for int with base 10: '1,'

2008-06-02 Thread circularfunc
C:\Python25\Lib\site-packages\django\bin\webapps>manage.py syncdb Traceback (most recent call last): File "C:\Python25\Lib\site-packages\django\bin\webapps\manage.py", line 11, in execute_manager(settings) File "C:\Python25\lib\site-packages\django\core\management.py", line 1672, in exec

Re: syncdb: invalid literal for int with base 10: '1,'

2008-06-02 Thread circularfunc
can i copy text from the windows command prompt? when just using postgresql i get: error loading psycopg module no module named psycopg im not using the subversion download but the latest official version. On 2 Juni, 23:06, neuro_damage <[EMAIL PROTECTED]> wrote: > can you post all the outp

Re: syncdb: invalid literal for int with base 10: '1,'

2008-06-02 Thread neuro_damage
can you post all the output shown please. Looks like it doesn't like the postgres version, are you using the right module there's two the two below are the ones available, make sure to use the appropriate one. 'postgresql_psycopg2', 'postgresql' On Jun 2, 3:42 pm, [EMAIL PROTECTED] wrote: > wh