You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi,
I just uninstalled python 64 bit and reinstalled python 32 bit. So i have postgresql 64 bit in my system. Will it a problem later if i use 32 bit python in 64 bit postresql?
Alex Mandel
unread,
Jun 3, 2013, 1:40:10 PM6/3/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com, Kakar Arunachal Service
Should be fine, Python psycopg2 sends SQL commands to postgres, the
actual execution of code is self contained with the database. So the
bitness and even what machine each part is on can be completely separate.