Te-jé Rodgers added the comment:
It gets worse. Even though find_module works with the path separator,
load_module fails.
>>> zi.find_module("lib\\ui")
>>> zi.load_module("lib\\ui")
Traceback (most recent call last):
File "", line 1, i
Te-jé Rodgers added the comment:
Disregard the last...error on my part (so embarrassing!)
--
___
Python tracker
<http://bugs.python.org/issue8400>
___
___
Pytho
Te-jé Rodgers added the comment:
I have also just been bitten by this. Is there anyway that this can be updated
to support the dotted notation?
--
nosy: +tjd.rodgers
___
Python tracker
<http://bugs.python.org/issue8
Te-jé Rodgers added the comment:
Sorry about that; my err.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue5709>
___
___
Python-
New submission from Te-jé Rodgers :
When a python callable is called from an extension module using
PyEval_CallObjectWithKeywords, and that callable calls a function in the
extension module that uses PyObject_TypeCheck (or *ParseTuple with
"O!"), the interpreter crashes.
--
Changes by Te-jé Rodgers :
--
nosy: +trodgers
___
Python tracker
<http://bugs.python.org/issue4631>
___
___
Python-bugs-list mailing list
Unsubscribe: