Eric IDE Autocomplete

2008-11-19 Thread Samuel Morhaim
If anyone is familiar with this editor, can you tell me how to enable autocomplete and tooltips, IDLE-style?I add the API thing, and everything but it display a lot of methods that dont make sense in the context.. for example if i do import sys sys. <-- Ctrl Space.. I get a list of about 10

wxPython Crashes with basic example

2008-11-19 Thread Samuel Morhaim
Hi, I am trying to run the basic wxpython example as seen here http://www.zetcode.com/wxpython/firststeps/ and everytime i run it, it crashes python/wxpython .. meaning it doesnt close gracefully. The error I get is Problem signature: Problem Event Name: APPCRASH Application Name: pythonw.exe

SPE restore defaults

2008-09-23 Thread Samuel Morhaim
Hi, I am sorry if this is a bit off topic... I downloaded SPE, but i changed the config option by mistake to a Skin only for Mac... so everytime i start SPE it crashes. I tried uninstalling, but it didnt work, it seems the value is in the registry, but i couldnt find it. Can anyone help? (Spe fo

Re: Can't use DB name with dashes using pymssql ???

2008-08-13 Thread Samuel Morhaim
eport this as a bug? Can somebody point me in the right direction? Thank you. On Wed, Aug 13, 2008 at 6:30 PM, Samuel Morhaim <[EMAIL PROTECTED]>wrote: > I believe there is a bug in Python.. _mssql ...I am not too familiar > with Python yet, but after adding several breakpoin

Re: Can't use DB name with dashes using pymssql ???

2008-08-13 Thread Samuel Morhaim
(of course because the DB without the - doesnt exist... ) please help... thanks. On Wed, Aug 13, 2008 at 4:54 PM, Samuel Morhaim <[EMAIL PROTECTED]>wrote: > I tried: > > import sys > import pymssql > > db = 'Gcare4UI-B6_3_dev' > > conn = pymssql.conne

Can't use DB name with dashes using pymssql ???

2008-08-13 Thread Samuel Morhaim
I tried: import sys import pymssql db = 'Gcare4UI-B6_3_dev' conn = pymssql.connect (host = "localhost", user = "myname", password = "mypassword", database = db) And this returns an error saying Could not locate entry i

Python + Some sort of Propel + Creole

2008-08-12 Thread Samuel Morhaim
Hi, I come from an extensive background developing webapps with Symfony... Symfony uses Propel/Creole a lot. Is there something similar to Propel/Creole for Python? I found a few DB abstraction layers (Creole) but I am not sure which one is the best.. can somebody point me to a good one? Also ca

wxPython IDE question

2008-08-09 Thread Samuel Morhaim
Hi, I know this has been asked many times, but I can't seem to find a real good IDE for wxPython. I look at an application such as testuff.com and I am sure it was written using wxPython, however the GUI is so clean and robust that I can't imagine them not using an IDE with those characteristics.