Re: Error in Module

2024-03-11 Thread Sanskar Mukeshbhai Joshi via Python-list
Thank you for the information. On Mon, Mar 11, 2024, 22:36 wrote: > Sanskar Mukeshbhai Joshi wrote at 2024-3-10 18:08 +: > >I had made my project in BCA in Python. When I had complete my project > and run the program, at that time I got the error in runnig my project. The > error was

Re: Error in Module

2024-03-11 Thread Dieter Maurer via Python-list
Sanskar Mukeshbhai Joshi wrote at 2024-3-10 18:08 +: >I had made my project in BCA in Python. When I had complete my project and run >the program, at that time I got the error in runnig my project. The error was >ModuleNotFoundError: No module named 'flask'. `flask` is not part of the

Re: Error in Module

2024-03-11 Thread Alan Gauld via Python-list
On 10/03/2024 18:08, Sanskar Mukeshbhai Joshi via Python-list wrote: > I had made my project in BCA in Python. When I had complete my > project and run the program, at that time I got the error in > runnig my project. The error was ModuleNotFoundError: No module named 'flask'. Flask is a third

Re: Error about module object has no attribute 'QStringList'

2013-03-17 Thread Vincent Vande Vyvre
Le 17/03/13 17:15, ofene...@hotmail.com a écrit : Dear List, I have been working on restructured text(rest) documents and found a nice application which makes viewing the rest documents easy. It is a web browser especially suited for Sphinx documents. . Forget the reference:

Re: Error about module object has no attribute 'QStringList'

2013-03-17 Thread Vincent Vande Vyvre
Le 17/03/13 17:15, ofene...@hotmail.com a écrit : sip.setapi(QString, 2) Remove the line: sip.setapi(QString, 2) and try it. -- Vincent V.V. Oqapy https://launchpad.net/oqapy . Qarte https://launchpad.net/qarte . PaQager https://launchpad.net/paqager --

Re: Error about module object has no attribute 'QStringList'

2013-03-17 Thread Vincent Vande Vyvre
Le 17/03/13 17:53, Vincent Vande Vyvre a écrit : Le 17/03/13 17:15, ofene...@hotmail.com a écrit : Dear List, I have been working on restructured text(rest) documents and found a nice application which makes viewing the rest documents easy. It is a web browser especially suited for Sphinx

Re: Error about module object has no attribute 'QStringList'

2013-03-17 Thread ofenerci
Thank you Vincent and to All, It has worked like a charm. -- http://mail.python.org/mailman/listinfo/python-list

Re: Error 'No module named _sha256' when importing random in python 2.7.1

2011-09-27 Thread Chris Rebert
On Tue, Sep 27, 2011 at 2:28 AM, Wong Wah Meng-R32813 r32...@freescale.com wrote: I just built python 2.7.1 on my HP Itanium 64-bit platform, using aCC. I encountered following issue when importing the random module. Does anyone know why am I getting this error? Thanks in advance for your

RE: Error 'No module named _sha256' when importing random in python 2.7.1

2011-09-27 Thread Wong Wah Meng-R32813
termios Regards, Wah Meng -Original Message- From: ch...@rebertia.com [mailto:ch...@rebertia.com] On Behalf Of Chris Rebert Sent: Tuesday, September 27, 2011 5:52 PM To: Wong Wah Meng-R32813 Cc: python-list@python.org Subject: Re: Error 'No module named

Re: Error calling module

2007-08-12 Thread Lawrence D'Oliveiro
In message [EMAIL PROTECTED], fartknuckle wrote: When I try to call gtk like so: import gtk I get the error: ImportError: No module named gtk I installed a new Python and a new pygtk. Is the gtk module not a part of pygtk??? I have