|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
i get te following error while starting idle:
Code:
Traceback (most recent call last):
File "<string>", line 1, in ?
File "/usr/local/lib/python2.3/idlelib/run.py", line 10, in ?
import CallTips
File "/usr/local/lib/python2.3/idlelib/CallTips.py", line 18, in ?
class CallTips:
File "/usr/local/lib/python2.3/idlelib/CallTips.py", line 75, in CallTips
__IDCHARS = "._" + string.ascii_letters + string.digits
AttributeError: 'module' object has no attribute 'ascii_letters'
How do i solve this? |
|
#2
|
|||
|
|||
|
Fixed!
I fixed it by replacing 'string.ascii_letters' with the output of string.ascii_letters. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > idle error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|