Re: Import error while running python application on Mac OS

2011-06-09 Thread Ned Deily
In article <1167f414-8901-4f9c-9d51-2723213fd...@k3g2000prl.googlegroups.com>, hisan wrote: > On Jun 8, 9:20 pm, hisan wrote: > > I have created an application for Mac OS using py2app module, in my > > python script i have external modules such as MySQLdb and other , > > while trying to run on

Re: Import error while running python application on Mac OS

2011-06-09 Thread hisan
On Jun 8, 9:20 pm, hisan wrote: > HI All, > > I have created an application for Mac OS using py2app module, in my > python script i have external modules such as MySQLdb and other , > while trying to run on Mac OS i get an error saying unable to import > the module MySQLdb. > On Windows i convert

Import error while running python application on Mac OS

2011-06-08 Thread hisan
HI All, I have created an application for Mac OS using py2app module, in my python script i have external modules such as MySQLdb and other , while trying to run on Mac OS i get an error saying unable to import the module MySQLdb. On Windows i convert python script to an exe using py2exe module an