[pywin32-bugs] [ pywin32-Bugs-1541724 ] Cannot Import File
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-02-19 01:25:28
|
Bugs item #1541724, was opened at 2006-08-16 22:51 Message generated for change (Settings changed) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1541724&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Glenn-Meister (ploneglenn) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot Import File Initial Comment: Some python files run fine but when you click the Import/Reload button (or the File...Import menu), a error dialog message appears (see attachment). The text of the dialog says "Could not load the file from directory <auto import>". ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-02-18 20:25 Message: Logged In: YES user_id=771074 Originator: NO You can get this if the filename isn't a valid literal for import. This will now set the status bar text to indicate the problem. (scriptutils.py rev 1.14) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1541724&group_id=78018 |