Re: [Visualpython-discuss] No intellisense for Visual Python 1.8.1.2082 on VS .NET 2003 with ActivePython 2.1.1
by Eric Promislow other posts by this author
Feb 3 2004 9:18PM messages near this date
view in the new Beta List Site
[Visualpython-discuss] No intellisense for Visual Python 1.8.1.2082 on VS .NET 2003 with ActivePython 2.1.1
|
[Visualpython-discuss] Visul Python win dotNet 2002
Hi, Eugene,
Much of the functionality in Visual Python, including intellisense
and debugging, is built with Python COM servers.
There is a registration-related bug in the win32com extensions
for Python 2.3, both ActivePython as well as other distributions.
We have just released a fix for it in the latest Visual Python,
available from http://www.activestate.com/. Be sure to get
build 2085. You'll need to uninstall the current version of
Visual Python before installing the new version. This procedure
won't affect your license.
That should fix the problem. Please follow up to support@[...].com
if it doesn't.
- Eric Promislow
You want build 2084
On Tue, Feb 03, 2004 at 03:20:57PM -0500, Eugene Ciloci wrote:
> Hi,
>
> I'm trying out Visual Python on my windows 2000 machine. I've installed it
> under admin. The integration seems to go smoothly. I can create projects
> and I can run/debug them. I also get syntax coloring. The problem is, I
> get no intellisense at all. I type "import" and a space and nothing
> happens. Same thing for call tips and member information. I tried pressing
> ctrl-space, ctrl-shift-space, and ctrl-j to no avail.
>
> The PYTHONPATH variable under project settings contains the correct
> directories for my installation.
>
> Any suggestions?
>
> Thanks for your time.
>
> _______________________________________________
> Visualpython-discuss mailing list
> Visualpython-discuss@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Eugene Ciloci
Eric Promislow
|