[Pydev-users] [pydev - Users] PyDev 1.3.8 on Eclipse 3.3 not working...

2007-08-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4451769 By: thornc Hello all, I have having some problems running PyDev 1.3.8 on Eclipse 3.3 on my Linux box (Fedora Core 6, Kernel 2.6.20-1.2962.fc6, Python 2.4.4, Sun Java SDK 1.5.0_11) Basically none of th

[Pydev-users] [pydev - Users] RE: PyDev 1.3.8 on Eclipse 3.3 not working...

2007-08-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4451777 By: fabioz Are your file/directory permissions in eclipse ok? Is features/org.python.pydev.feature_1.3.8 there? Do you have something in your error log? _

[Pydev-users] [pydev - Users] RE: PyDev 1.3.8 on Eclipse 3.3 not working...

2007-08-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4451883 By: thornc Hi Fabio, Find bellow my replies to your questions. > Are your file/directory permissions in eclipse ok? Think so, they are the same I have used always and the same as other plug-ins that

[Pydev-users] [pydev - Users] RE: PyDev 1.3.8 on Eclipse 3.3 not working...

2007-08-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4451888 By: fabioz If you don't have the error log, you can see it at your workspace/.metadata/.log __ You are receiving this email because y

[Pydev-users] [pydev - Users] RE: PyDev 1.3.8 on Eclipse 3.3 not working...

2007-08-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4451932 By: thornc Problem solved... although I don't understand how or why! Basically I went back and removed all entries related to PyDev in my eclipse directory (although it was a fresh install) and install

[Pydev-users] encoding error in workspace log.

2007-08-07 Thread patrimith
Hello List! I am getting the following error in my eclipse 3.3 workspace log. It's understandable that my windows machine doesn't understand a unix encoding, but I've installed python 2.4.4 using the Windows *.msi from python.org and pydev 1.3.8 from the update site. Here's the error: !ENTRY or

Re: [Pydev-users] encoding error in workspace log.

2007-08-07 Thread Fabio Zadrozny
> > > I am getting the following error in my eclipse 3.3 workspace log. It's > understandable that my windows machine doesn't understand a unix encoding, > but I've installed python 2.4.4 using the Windows *.msi from python.organd > pydev 1.3.8 from the update site. > > Here's the error: > > !ENTRY

Re: [Pydev-users] encoding error in workspace log.

2007-08-07 Thread patrimith
That comment line in Tix.py seems to be specifying information for Emacs python-mode. Is it? If so, should PyDev even be looking at this at all? I would venture to say that the warning should not be suppressed. If the Emacs specific settings are ignored entirely then the error won't happen in t

Re: [Pydev-users] encoding error in workspace log.

2007-08-07 Thread Fabio Zadrozny
On 8/7/07, patrimith <[EMAIL PROTECTED]> wrote: > > > That comment line in Tix.py seems to be specifying information for Emacs > python-mode. Is it? > > If so, should PyDev even be looking at this at all? > > I would venture to say that the warning should not be suppressed. If the > Emacs specific

[Pydev-users] new to pydev | unresolved import

2007-08-07 Thread jelle
Hi, I'm curious to pydev: i just installed eclipse 3.3 & the latest pydev / extensions. I'm pretty impressed. Eclipse seems pretty polished, svn / cvs integration is terrific, and having completion to all variables is really something. Also code completation templates are impressive. Though th