[Pydev-users] does pydev support virtualenv?
i created a virtual python environment using virtualenv, but cannot import is to pydev, what's wrong? anyone could help? -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: PyLint not showing in Problems
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770: At the bottom of the PyLint output, there is "PyLint: The stderr of the command line is: No config file found, using default configuration", but I don't see anything else. -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: Automatically detecting source file encoding
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657240: I just checked it here and it seems to be working for me... (note that it'll only make the change after you save your file). How are you checking if the encoding is not OK? (after saving the file, you should be able to go to edit > set encoding and see if the current encoding matches the one you entered -- in this case utf-8). If it still doesn't work, please check if you have something in your error log. Cheers, Fabio -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] RE: PyLint not showing in Problems
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770: Not sure what may be happening... Do you have some error in your error log? Are your files under a source folder? Maybe you have some filter that's hiding those issues? Cheers, Fabio -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] PyLint not showing in Problems
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657770: I'm using Eclipse Helios build id 20110218-0911 and PyDev 2.2.1.2011071313 on Mac OS X 10.7. First, I should mention that everything was working fine before I upgraded to OS X Lion. After doing that, things were very broken, but I was able to fix most problems by reconfiguring PyDev (updating the library paths) and reinstalling PyLint using easy_install. Everything seems to be working now except for one thing. When I save a file or do a project clean, PyLint runs successfully and shows the output in Console, but none of the issues it finds are shown in the Problems tab. Any idea how to fix this? -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users
[Pydev-users] [Users] Automatically detecting source file encoding
The following forum message was posted by erickrf at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4657240: Eclipse is not correctly detecting some of my files' encoding. I found this ticket in the tracker, which supposedly addressed the problem: https://sourceforge.net/tracker/index.php?func=detail&aid=1580757&group_id=85796 &atid=577329, but it happens with me all the same. I tried writing at the first line of a UTF-8 file both [code]# -*- coding: utf-8 -*-[/code] and [code]# coding=utf-8[/code] but it didn't help; it seems Eclipse opened it with the default system encoding. Am I missing something? -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev ___ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users