[pywin32-bugs] [ pywin32-Bugs-796215 ] StarTeam object causes interpreter bug
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-08-27 20:02:52
|
Bugs item #796215, was opened at 2003-08-27 16:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=796215&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Charles Lechasseur (clechasseur_c) Assigned to: Nobody/Anonymous (nobody) Summary: StarTeam object causes interpreter bug Initial Comment: i try to use python to access the StarTeam COM interface thru automation (StarTeam is a source-control system: http://www.borland.com/starteam/). i do the following: import win32com.client from win32com.client import Dispatch f = Dispatch('StarTeam.StServerFactory') s = f.Create('<server>', <port>) at this point, the interpreter seems to break. anything i write (and i mean *anything*) results in File "<stdin>", line 1 dir() ^ SyntaxError: invalid syntax this behavior has been observed both in Python 2.3 with the appropriate win32all extensions and in ActivePython 2.2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=796215&group_id=78018 |