[Pydev-users] [pydev - Users] Adding PYTHONPATHES recursively ???

2006-05-16 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3732430
By: nobody

I have here an project with about 90 python files and many different folders.

The pathes of the folders are added on runtime to the python searchpath in the
python file which is used to start the application.

How can I add the whole folder structure to the PYTHONPATHES?

Eclipse includes in JAVA mode all folders of the project to the classpath.

Is this also possible in pydev?

btw.: i like pydev ;-)
good work

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] PeDev extension remote debugging not working

2006-05-17 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3738197
By: fakeleft

Hi,

First off, beautiful tool - thank you.

I'm having trouble getting the remote debugger to work (tried it on 2 machines:
win2k and winxp with eclipse3.1/python2.4).  When I run my test script (which,
of course, calls pydevd.settrace()) from the command line, nothing happens in
eclipse.  Not sure if this helps, but netstat does show a number of connections
between the javaw and python processed involved.

Any pointers would be appreciated.

Regards,
raphael

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: PyDev extension remote debugging not work

2006-05-17 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3738211
By: fabioz

Do you have something in your error log? Also, after starting the Eclipse debug
server listener, does the Debug Server appear as a process in the debug window?
(as in the second picture
at http://fabioz.com/pydev/manual_adv_remote_debugger.html)

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] findFrame Errors

2006-05-18 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3738738
By: paulikelly

Whenever I return from a subroutine in the pydev debugger I get a Error 
resolving
frame ... findFrame: frame not found error reported in the console window.
Not every time, but 80%. I have tried this on RHE3 and NT 2003 Advanced server
edition. However I do not see these errors when I run the same python scripts
on a XP Home edition. I am running Python 2.4.3, eclipse 3.1.2, pydev 1.0.6.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: findFrame Errors

2006-05-18 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3738802
By: fabioz

Hi,

Note that this is a 'spurious' message, as there is no real problem there (it
is a sync thing between the client and the server, as the server asked for some
frame that was there but does not exist anymore -- it happens because it is
asynchronous and may happen on XP too, but is not a real problem).

I've supressed that error for 1.0.7.

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: PyDev ext remote debugging doesn't work

2006-05-19 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3741672
By: fabioz

Could you turn the tracing facility on so that I know which messages it is 
passing
when it hits a breakpoint?

To do it, go to pydevd_comm and set pydevd_trace = 2

What I'm trying to discover here is if the modules still have their filenams
preserved, and if they don't how I can fix it...

I can try to make a hook for you to specify the file if it can't find it...
anyway, that depends on which info you have when you debug when python
is embeded.

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: PyDev ext remote debugging doesn't work

2006-05-19 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3741866
By: fakeleft

I'll definitely give it a shot.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: PyDev ext remote debugging doesn't work

2006-05-19 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3741837
By: fabioz

Hi Raphael,

I'll do a new release of pydev on monday or tuesday, and I've just fixed some
things that I believe might be the cause of the error you're having, so, if
you're willing to wait until I release it...

Cheers,

Fabio


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Pydev eats ctrl-tab

2006-05-22 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3743971
By: arnetheduck

Hi,

I've got my eclipse set up so that ctrl-tab goes to the next editor, and this
works for all editors apart from the pydev one. Any tips on how to proceed?
I've checked my keyboard bindings and everything seems ok there (no other action
mapped to ctrl-tab), but I do have replace tabs with spaces turned on...

Regards
Jacek

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Autocompletion freeze linux Eclipse 3.2

2006-05-22 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3744958
By: nobody

Unfortunately nothing except that I've abruptly closed  eclipse! ;)

Log:

!ENTRY org.eclipse.core.resources 2 10035 2006-05-22 21:40:20.699
!MESSAGE A workspace crash was detected. The previous session did not exit
normally.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Pydev eats ctrl-tab

2006-05-23 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3746012
By: arnetheduck

Hi,

I got it to work as well, but now I've been playing around with it some more.
Here's the strange thing:
1) press restore defaults, ctrl-tab is assigned to convert tabs to spaces
in pydev editor scope and to nothing else. Pressing ctrl-tab in the key 
sequence
confirms this
2) choose category window, next editor, when in windows and add ctrl-tab.
convert tabs to spaces disappears from the list of ctrl-tab assignments (even
when choosing pydev:editor then convert tabs to spaces). ctrl-tab now works
for my jdt, cdt, ruby, php and other editors, but pydev still tries to convert
tabs to spaces, even though this action is not visible in the preferences.
3) Assign ctrl-tab explicitly to: when python editor scope (so now it's set
in windows and pydev editor scope which indectly inherits from in windows
according to the preferences. ctrl-tab works as expected with pydev as well.
4) Here's the funny part: Remove ctrl-tab for pydev editor scope, so that
it's only assigned to in windows, identical to 2. ctrl-tab keeps working for
pydev (And all other editors).

Seems like there's something fishy about the key assignment inheritance options
here =)


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: PyDev extension remote debugging not work

2006-05-23 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3746286
By: fabioz

Ok, it is out already... If you still have any problems using it, please let
me know...

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Editor freezes with version 1.0.7

2006-05-24 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3748051
By: fabioz

Ok, it appears this has been reported already, so, I'll treat this as a
'high-priority' bug, and will try to release version 1.0.8 with this single
bug-fix today...

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] How to debug Zope / Plone

2006-05-24 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3749169
By: treaves

I have configured Eclipse as per the Plone site on using Eclipse to run  debug.
I can start Zope from within Eclipse, and see the log output, and when an error
is logged, I can click that error to be taken to the file where he eror occured.
What I can not seem to do is debug my code.

What is the corect way to do this?  Do I install my project in Products as 
normal?
When I do this, and double-click an error, a file is opened but I can not do
anyhting with it.  It seems it does not know that the file opened is in the
eclipse project.

Any help would be greatly appreciated.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Shift left/right stopped working

2006-05-26 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3752031
By: modelint

I'm running:
Version: 3.1.0
Build id: I20050627-1435



__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Variables not showing on terminate

2006-05-29 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3755561
By: anstey

When a python script terminates due to an error (in Eclipse with PyDev 
Extensions),
no variables are shown in the debug console, unlike standard IDEs like Wing
and Komodo. Is there a way to make this happen?

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Unable to break into cherrypy

2006-05-30 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3755914
By: mschorn

I ran the remote debugger without debug mode.
Breakpoints still work only for the duration of one request. For the next 
request
remote debugger has lost them.
The regular debugger too.
I will report a bug. I am interested that the bug is solved. If you I can help
please tell me how.

Regards,

Marcus


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Unable to break into cherrypy

2006-05-30 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3756088
By: fabioz

Sure, please do report it -- I'm interested in making it work too ;-)

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Cannot set interpreter path in OSX 10.4

2006-05-30 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3756110
By: mattp52

Hi,
Have been searching in vain on the net for a fix to this issue. I succesfully
downloaded and installed PyDev via Eclipse's update feature but when I go to
set the path to the interpreter, a dialogue pops up very quickly and appears
to parse the directory but no paths are populated into the prefs pane. I've
tried setting the path to /usr/lib/python and /System/Library/Frameworks/...
with the same result. There are no spaces in the path either.

Has anyone else got PyDev 1.0.8 running under 10.4 using Eclipse 3.1.0?

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] raw_input, outline, autocomplete, hints

2006-05-30 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3756111
By: vbgunz

I've created my own debug and my own python run and have tinkled with F9 for
Run as Python *but* when a script has raw_input, the console seems to sometimes
choke. When I run the console it might run fine one time *but* it won't run
fine the next (even if I don't change anything). In other words, sometimes I'll
see the output in the console and sometimes I won't. I believe this is 
definitely
a bug but am not sure if it is due to pydev or eclipse :(

I notice the outline shows my functions, classes, imports and methods but won't
show my global and local variables. e.g. if I make s = string, I won't see s
in the outline, is this how it is meant to be. Can this be enhanced in the next
version of pydev?

Autocompletion partially works and is very nice so far but it doesn't work on
custom identifiers. e.g. if I created the following identifier s = string, I'll
see no autocomplete menu for 's.' come up. Is it possible to make autocomplete
work with custom identifiers?

Class, function and method hints do not seem available when editing. Some 
editors
for e.g. when you enter 'cmp(' the opening parenthesis will show the following
hint 'cmp(x, y) - integer)' until the parenthesis is closed . Is it also 
possible
to get at least the first paragraph of the docstring to show up too?

So far Pydev seems great but these little quirks can maybe be in my setup or
maybe they're temporary limits of pydev so far, I am not sure. I just started
to try out eclipse and pydev makes it a whole lot better in Python development
so I hope you can maybe add these features if they're not already implemented
or advise me on how best to get them to work on my installation. I would greatly
appreciate your time for reply :)

Thank you again for Pydev and your time!

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] using PyDev on differen file extensions

2006-05-31 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3757634
By: nobody

Hi,

I'm currently trying to use PyDev with project files that have a different file
extension than .py. However, while syntax highlighting does very well I can't
get the Tasks-feature working. Inserting i.e. a TODO task doesn't show in
the task panel. Any ideas how to configure this?

thanks and regards,
micha

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: using PyDev on differen file extensions

2006-05-31 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3757722
By: fabioz

Well, pydev should work with .py and .pyw extensions... Which extension are
you using?

I believe those are hard-coded, but if you have enough requirements and a good
justification, you can submit a feature-request so that this is configurable...

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Autocompletion freeze linux Eclipse 3.2

2006-06-03 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3761761
By: fabioz

Hi, sorry for taking long to respond (that's why I like bug-reports more...
they usually don't get lost in my inbox)

So, if you could report a bug, so that we could keep with the discussion there,
it would be nice...

Cheers,

Fabio

p.s. Have you checked if you have a firewall on (that could make a lot of 
difference
as the code-completion connects to a shell to get the builtins)

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Completion not working with some Twisted

2006-06-05 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3763413
By: fabioz

You can try adding twisted to the 'forced builtins'. 

Check http://fabioz.com/pydev/manual_101_interpreter.html for more details. 

There is also a screencast that gives some info about it
(http://showmedo.com/videoListPage?listKey=PyDevEclipseList)

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Wizard to generate script

2006-06-05 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3763423
By: fabioz

Well, the way I'd go then is creating an Eclipse plugin... You can check the
wizards part of pydev (package org.python.pydev.ui.wizards).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Cannot set interpreter path in OSX 10.4

2006-06-05 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3764196
By: nobody

I used the EasyEclipse distribution both for the Desktop and a distribution
specifically for Python using pydev. The default path is of the type
/Applications/EasyEclipse\ for\ Python.app, so I imagine this is a recurring
problem - at least for mac users...

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Cannot set interpreter path in OSX 10.4

2006-06-05 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3764229
By: fabioz

Actually...how would mac expect it? I know I'm surrounding it with  when the
path has spaces... so, that's apparently not the way to go, but then, how would
mac expect it?

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] No more outline after update

2006-06-06 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3764757
By: mschorn

Hi Fabio,

just updated to PyDev Extensions 1.0.8.
One of my project files - the one I am just working on - does not show an 
outline
any more.

Can I reset, reload, refresh etc.?

One can get used to this feature ;-)

Marcus

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] code checking not working for new modules

2006-06-07 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3767112
By: nobody

In 1.1.0 (with extension), code checking does not seem to be kicking off for
new modules added to an existing project.  This did not happen in 0.0.8.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: code checking not working for new modules

2006-06-07 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3767170
By: fabioz

Are your files in your pythonpath? Do you have any errors in your error log?

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: JVM out of memory

2006-06-20 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3787366
By: fabioz

If you're using the extensions, the problem might be a memory leak when doing
the analysis. This may happen when you do a full build.

I comment about it at:
http://pydev.blogspot.com/2006/06/pydev-12-shaping-up_09.html

This is fixed for the new version (1.2.0), but only for eclipse 3.2.

The current workaround would be turning off code-analysis when you create your
project and turn it back on after the full build is done -- to work on deltas
(or upgrade to eclipse 3.2 and get the latest version of pydev).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: using PyDev on differen file extensions

2006-06-20 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3787542
By: nobody

i am writing *.cgi scipts in python and have same problem, with window  
preferences
 general  editors  file associations. can man activate color suport for
python syntax, but Code Completion not working with other files as .py

Need Help too.
Sergei

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Debug Variables does not show in OS X 10.

2006-06-20 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3787592
By: nobody

No, nothing. (I cleared the log, restarted Eclipse and not a single error)



__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Can't set Breakpoint in Pydev

2006-06-20 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3788316
By: nobody

1.2.0

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Can't set Breakpoint in Pydev

2006-06-20 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3788331
By: fabioz

If you're using Eclipse 3.1, you should be using pydev 1.1.0 (which is the last
version with 3.1 support).

Pydev 1.2.0 supports Eclipse 3.2 (which should be final in about 2 weeks).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Can't set Breakpoint in Pydev

2006-06-21 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=379
By: fabioz

Hi Tim,

a. Just fixed that
b. Could probably be done (but now that it is already released, I can't do that
anymore for this version... Still, I'll see how to do it for the next release).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Loosing PyDev perspective

2006-06-22 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3791289
By: fabioz

Well, I'm on Eclipse 3.2 (M6) and pydev 1.2.0 on win xp and this does not 
happen...
I think you could report that as a bug at Eclipse.org

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] code coverage throws RuntimeException

2006-06-22 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3791593
By: rzoz

Using Eclipse 3.2 build I20060602-1317 and PyDev 1.2.0, I run a script as Python
coverage then click on Choose dir! on the Code Coverage Results View.  After
selecting a folder and clicking on OK, I get this error:


Message:
java.lang.RuntimeException: We can only get information on a dir.


Exception Stack Trace:
java.lang.RuntimeException: java.lang.RuntimeException: We can only get 
information
on a dir.
at org.python.pydev.debug.codecoverage.PyCoverage.refreshCoverageInfo(PyCoverage
.java:151)
at org.python.pydev.debug.codecoverage.PyCodeCoverageView$RefreshAction.run(PyCo
deCoverageView.java:121)
at org.python.pydev.debug.codecoverage.PyCodeCoverageView$ChooseAction.run(PyCod
eCoverageView.java:270)
at org.python.pydev.utils.ProgressOperation.execute(ProgressOperation.java:40)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperatio
n.java:101)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.
java:113)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java
:369)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.jav
a:479)
at org.python.pydev.utils.ProgressOperation.startAction(ProgressOperation.java:5
8)
at org.python.pydev.debug.codecoverage.PyCodeCoverageView$1.widgetSelected(PyCod
eCoverageView.java:400)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3164)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2840)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.j
ava:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(E
clipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseApp
Launcher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at jrockit.reflect.InitialMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Obj
ect;)Ljava.lang.Object;(Unknown Source)
at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.
lang.Object;(Unknown Source)
Caused by: java.lang.RuntimeException: We can only get information on a dir.
at org.python.pydev.debug.codecoverage.PyCoverage.refreshCoverageInfo(PyCoverage
.java:53)
... 28 more


Session Data:
eclipse.buildId=I20060602-1317
java.version=1.5.0_06
java.vendor=BEA Systems, Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-06-22 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3792302
By: fabioz

Pydev 1.2 is only compatible with Eclipse 3.2 (which eclipse version do you
have?)

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Debug Variables does not show in OS X 10.

2006-06-22 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3792382
By: useradd

I forget to tell you that Expressions view works, it can display the variable
I add.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-06-22 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3792395
By: nobody

I have 3.1.2, but I did replace 1.2 with 1.1 and still had the same issue.

I have not had any problems (yet) with Pydev 1.2 other that the watch.

Good Work Fabio!

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Debug Variables does not show in OS X 10.

2006-06-23 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3792765
By: fabioz

I've fixed this for 1.2.1 already (it should be out in the beggining of the
next week -- hopefully on monday).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Why the symlink limitation?

2006-06-23 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3792804
By: fabioz

Yeap, as I said, symlinks do NOT work, so, as you're using one symlink at 

`---ATContentTypes - ../Plone/ATContentTypes 

it will not be resolved (that's why from Products.BSWBSkins works and the other
one doesn't)

Now, it should work if you did an 'eclipse folder link' at that place, but 
because
of the bug that I mentioned before, pydev (currently) does not work, because
it only accepts links at the source folder.

Now, one thing occured to me... instead of making a symlink, wouldn't it be
possible to 'mount' that location? I believe java should work if you did it
instead of making a symlink...

Cheers,

Fabio


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-06-23 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3793922
By: fabioz

Actually, that issue is pretty strange, as it does get it in the correct 
context,
but seems to be unable to evaluate it, as if it was in another context... can
you reproduce that reliably?

Pydev 1.2 also had some problems, but I've just changed the part that treated
the variables view for 1.2.1 (as 1.2 was not working on this), so, it might
already be solved (and I cannot reproduce this bug here).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-06-23 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3793960
By: nobody

Everytime I set a Watch I have the is not defined so yes I think it is
reproducable.

Monday, or whenever version 1.2.1 is posted I will try again after I update.

What kind of problems should I see running 1.2 on Eclipse 3.1.2? So far I have
only seen this issue but it does seem to be a problem with 1.1.

Could also be caused by another plugin could it not? 


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Debug Variables does not show in OS X 10.

2006-06-24 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3795065
By: useradd

Thanks a lot. It is a good news for Callisto release.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Run as\Python run missing

2006-06-25 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3795292
By: bghose

I also had the same problem of not being able to find the Python Run item in
the menu. It absolutely freaked me out. It got added again when I re-added my
Python interpreter in the perspective config window.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Sorry :-/

2006-06-25 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3795634
By: fabioz

Can you report that as a bug?

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Why the symlink limitation?

2006-06-26 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3796260
By: fabioz

Well, symlinks are simply not presented in the java filesystem abstraction.
Maybe you could try talking to the Eclipse guys and see if they would add 
symlinks
to their filesystem abstraction (but I find that quite hard to happen too).

And for me... well, I wouldn't go and do my own filesystem abstraction anyway
(but if eclipse or java presents it to me, I'd surely use it).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Run as\Python run missing

2006-06-26 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3796289
By: onamatic

I have exactly the same problem with Run As - Python.
I'm using Fedora Core 5, Eclipse 3.1.2, Pydev 1.2.0

After 8 hours I have now managed to get debugging working (very well indeed!)
by kicking things off from the debug toolbar button but I have never managed
to get Run As - Python on a context menu.

The best I can do is to click on the source folder which then gives Run As
- Python Coverage and Run As - Python unit-test (I think these came from
Pydev extensions which I downloaded in error/desperation.)

I have read manual_101_root.html and the FAQ - they did not help.

Have I got the right versions of Eclipse and Pydev? Pydev Adventures
(http://pydev.blogspot.com/) says :

This release (1.2.0) focused mainly on making pydev compatible with Eclipse
3.2 (so support for Eclipse 3.1 is now discontinued).

(I couldn't find Eclipse 3.2 anywhere)

Any  thoughts gratefully received.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Run as\Python run missing

2006-06-27 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3798474
By: onamatic

Hi Fabio,

Something went horribly wrong upgrading to 3.2RC7 - so now I can't run Eclipse
at all - I'll report back when I've sorted the mess out.

Thanks,

Bob

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] questions / sugestions on jython

2006-06-29 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3800987
By: rjst

Hi,

I'm writing this from the perspective of someone trying out pydev and pydev
extensions in a java/jython project that uses a lot of java libraries.

I wasn't able to use code completion. I'm not sure if it is supposed to work
in this case or not :

mainFrame = JFrame()
mainFrame. 

when I press ctrl+space, nothing happens, I noticed it works on normal python
code. autocomplete for parameters also doesn't work. an usefull feature that
also doesn't work is pression F3 over a java class in jython code.

So I'm not sure if these are questions or suggestions, perhaps I just don't
know how to configure this behaviour

Another aspect where I found pydev a bit lacking (for our particular purpose)
was the fact that it doesn't easily support mixed java/jython projects. I 
acomplished
this by hand-editing eclipse project .xml files and manually adding the 
respective
natures.

thanks,
Ricardo


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] some questions/doubts on jython

2006-06-29 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3800992
By: rjst

Hi,

I'm writing this from the perspective of someone trying out pydev and pydev
extensions in a java/jython project that uses a lot of java libraries.

I wasn't able to use code completion. I'm not sure if it is supposed to work
in this case or not :

mainFrame = JFrame()
mainFrame. 

when I press ctrl+space, nothing happens, I noticed it works on normal python
code. autocomplete for parameters also doesn't work. an usefull feature that
also doesn't work is pression F3 over a java class in jython code.

So I'm not sure if these are questions or suggestions, perhaps I just don't
know how to configure this behaviour

Another aspect where I found pydev a bit lacking (for our particular purpose)
was the fact that it doesn't easily support mixed java/jython projects. I 
acomplished
this by hand-editing eclipse project .xml files and manually adding the 
respective
natures.

thanks,
Ricardo


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] console

2006-06-29 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3800999
By: rjst

Hi,

I've been playing a bit with JythonConsole, from Jyleo, which was the only good
swing console I could find for jython.

Since pydev's console is not very good, perhaps you could check this one out,
and eventually even integrate it. It ships as part of jyleo (open source), 
perhaps
the author would be willing to make a separate release

It would be a very cool feature to have integrated into pydev, if we could 
select
a jvm from the running process list and open a console for it.

It's so cool it even has auto-complete!


thanks,
Ricardo


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: some questions/doubts on jython

2006-06-29 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3801005
By: rjst

sorry for the double posting, I think something is wrong with the sourceforge
forum, after the posting is done it momentarily appears in the context of 
another
thread

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: V1.2.1

2006-06-30 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3802421
By: fabioz

It's there already -- just didn't put the news... thanks for the reminder ;-)

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: V1.2.1

2006-06-30 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3802541
By: nobody

Eclipse 3.1.2 update manager states that v1.2.1 requires Eclipse 3.2.  This
seems at odds with the pydev website.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: How to get latest version?

2006-07-01 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3803456
By: smilelover

The same here!

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Combining comment/uncomment in a single actio

2006-07-02 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3804600
By: asqueella

Currently, if position cursor on a line in pydev and press CTRL+/ (or CTRL+3)
several times, the line will get several #s added at its beginning. This 
doesn't
make sense to me - I think it would be more useful if pressing CTRL+/ second
time uncommented the selected line/block if it is commented out fully.

In case a block is commented out partially, the behavior should be like the
current one.

Does this make sense? Will a patch implementing this (and removing the uncomment
action) be accepted?

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Combining comment/uncomment in a single a

2006-07-03 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3804936
By: fabioz

Ok, sorry... the In case a block is commented out partially, the behavior 
should
be like the current one. should solve what I meant...

So, yes, in this case that patch would be accepted.

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3804958
By: nobody

Hi,

I can't get PyDev to work properly. When I want tu use code completion the 
following
messages appear in the error log:

org.eclipse.core.runtime.CoreException: Error creating python process - exited
before creating sockets - exitValue = (1)(c:\python24\python.exe
C:\Programme\eclipse\configuration\org.eclipse.osgi\bundles\115\1\.cp\PySrc\pyc
ompletionserver.py 51738 56246) - os:Windows XP

java.lang.RuntimeException: org.eclipse.core.runtime.CoreException: Error 
creating
python process - exited before creating sockets - exitValue =
(1)(c:\python24\python.exe
C:\Programme\eclipse\configuration\org.eclipse.osgi\bundles\115\1\.cp\PySrc\pyc
ompletionserver.py 51738 56246) - os:Windows XP

I've already reinstalled Python with the newest Version from python.org, but
that won't work either.

Does anyone have any clue why this error occurs?

Thanks,

Johannes

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3804966
By: fabioz

What happens if you execute:

c:\python24\python.exe
C:\Programme\eclipse\configuration\org.eclipse.osgi\bundles\115\1\.cp\PySrc\pyc
ompletionserver.py 51738 56246

on a prompt?

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3804970
By: nobody

Hi,

thanks for the quick response! 
I get the following error:

Import error: No module named refactoring



__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3805000
By: fabioz

Don't you have a file refactoring.pyd under
C:\Programme\eclipse\configuration\org.eclipse.osgi\bundles\115\1\.cp\PySrc
?

If you don't, your install is corrupted (so, you need to reinstall pydev).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3805037
By: nobody

Hi,

ok, my installation was corrupted. Reinstalling PyDev was the trick.

Thank you very much for helping!

Regards,

Johannes

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Josh

2006-07-03 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3805080
By: nobody

 a href=http://7.lesensazioni.com/jennajamesonpps/; jennajamesonpps /a
http://6.tuofratello.com/sockmasterbation/  a
href=http://14.sonopassato.com/firsttimeorgasm/; firsttimeorgasm /a  a
href=http://6.primissimi.com/organizzatoreevento/; organizzatoreevento /a
http://9.sonopassato.com/esameecdlpatenteeuropeatest/  a
href=http://20.contentidivivere.com/lavorobassanograppa/; lavorobassanograppa
/a  a href=http://12.sonopassato.com/softwaresoftwarestrippoker/;
softwaresoftwarestrippoker /a  http://20.lesensazioni.com/laminateshelves/
a href=http://3.lesensazioni.com/fellatiostorys/; fellatiostorys /a  a
href=http://7.contentidivivere.com/albergosanpietroburgo/; 
albergosanpietroburgo
/a  http://13.lesensazioni.com/germaniaristorante/  a
href=http://9.tuofratello.com/freelesbianerotica/; freelesbianerotica /a
a href=http://14.lesensazioni.com/associazionepartecipazione/;
associazionepartecipazione /a  
http://3.primissimi.com/generatorecodicericarica/
a href=http://13.unoscoppio.com/gaypride/; gaypride /a 
a href=http://16.contentidivivere.com/swingersheavenuk/; swingersheavenuk
/a  http://2.tuofratello.com/cartucciacanoni320/
a href=http://2.primissimi.com/boysnude/; boysnude /a  a
href=http://14.lesensazioni.com/volopadernodugnano/; volopadernodugnano /a
http://6.tuofratello.com/trixieteen/  a
href=http://5.unoscoppio.com/sistemaallarme/; sistemaallarme /a  a
href=http://8.primissimi.com/generatorevapore/; generatorevapore /a
http://18.lesensazioni.com/acquistopantaloni/
a href=http://4.lesensazioni.com/lesbiantwins/; lesbiantwins /a
0b10ee27c4bb0f081021cb463b338367

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Code completion

2006-07-03 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3805189
By: shahbaztyagi

I am not able to get members of class...in the editor. I am using both python
and jython.and I have created a plugin where I am extending the class PyEdit.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Code completion

2006-07-04 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3806659
By: shahbaztyagi

Hi,
for example if I want to write

import javax.swing as jyswing

then can I get all the packages of javax after ., so that I can choose which
package of javax I need, like in Eclipse.

Thanks

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Code completion

2006-07-04 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3806857
By: fabioz

Well, that particular example works for me... have you configured your project
as jython?

Check http://fabioz.com/pydev/manual_101_root.html for details on how to 
correctly
configure stuff.

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Code completion

2006-07-05 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3808054
By: fabioz

Ok, I think that this discussion is better suited for the pydev-code list, so,
please post it there -- and I'll answer you there ;-)

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Comments in Outline view

2006-07-05 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3808436
By: nobody

Can the outline view be configured so that comments #--- are not displayed.



__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Code completion keybinding on a Mac

2006-07-06 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3810620
By: kab2000

I would like to change the default ^-space keybinding to something else 
(interferes
with quicksilver). I can't find it listed in any of the keybinding preferences.
Am I missing something? Thanks

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-07-07 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3811866
By: nobody

Hi Fabio!

I installed Eclipse 3.2 and Pydev 1.2.1 and am still getting errors.

When I click on a variable in the variable windo  and select Create Watch
Expression I get

workDir= str: name 'workDir' is not defined   

When I click on the variable in the code I get

= str: unexpected EOF while parsing (line 0)

I did not see errors in the error log.  
 
Am I doing something wrong?

Thanks!



__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Pydev 1.2.1 interacting with wxPython 2.6.3.2

2006-07-07 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3811966
By: nobody

When I use Pydev and write a buggy script that imports the wxPython library,
the error output appears very briefly in an output window and then disappears.
This happens so quickly that I am unable to read exactly what the error output
was.  As a result, it is impossible to debug programs that import the wxPython
library.  Has anyone else run into this problem, or does anyone have any 
suggestions
about how to fix it?

Thanks!

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Calltips

2006-07-07 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3811998
By: nobody

About half a year ago I asked about Calltips support for PyDev -- that is, the
parameters and the docstring of a function/method should be displayed 
automatically
once I type the function name and the opening bracket. Examples:
http://xmp.net/arno/php-calltips/nedit-phpcalltips.png
http://www.orbworks.com/orbforms/screen-calltip.gif

Is there any progress regarding this? Calltips would be a reason for me to buy
the PyDev Extensions.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Calltips

2006-07-07 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3812059
By: fabioz

It is already implemented in the cvs... still needs some final touches, but
should be available in the next pydev version -- this will be added to the open
source version -- but you can still buy the extensions if you'd like ;-)

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Calltips

2006-07-07 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3812076
By: nobody

Cool, thanks!

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Moshe

2006-07-07 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3812163
By: nobody

Áåñïëàòíûå ÑÌÑêè a href=http://www.ponochka.ru; http://www.ponochka.ru /a
è Free sms a href=http://www.ponochka.com/eng; http://www.ponochka.com/eng
/a  a href=http://2.eimpegnando.org/abbigliamentodonnagrandefirme/;
abbigliamentodonnagrandefirme /a  http://18.confortare.org/storiadellachiesa/
a href=http://15.cordialita.org/comunereggioemilia/; comunereggioemilia /a
a href=http://17.pettegolezzi.org/estrazionelott/; estrazionelott /a
http://1.spizzicare.org/riminiturismo/  a
href=http://3.spizzicare.org/gameboyadvancegioco/; gameboyadvancegioco /a
a href=http://11.eimpegnando.org/giocopcdownloadfree/; giocopcdownloadfree
/a  http://18.spizzicare.org/noleggioautopadova/
a href=http://4.pettegolezzi.org/locandieragoldone/; locandieragoldone /a
a href=http://14.confortare.org/fantanba/; fantanba /a 
http://17.confortare.org/zapfino/  a
href=http://17.spizzicare.org/torinolocandadellalambicco/;
torinolocandadellalambicco /a  a href=http://13.spizzicare.org/imagefap/;
imagefap /a  http://6.cordialita.org/finanziamentomoncalieri/  a
href=http://5.confortare.org/annuncioincontrofotosicilia/;
annuncioincontrofotosicilia /a  a
href=http://3.spizzicare.org/commissioneadozione/; commissioneadozione /a
http://18.eimpegnando.org/progettotrioit/  a
href=http://6.pettegolezzi.org/addlinksenogrande/; addlinksenogrande /a
a href=http://16.pettegolezzi.org/previsionilottogratis/; 
previsionilottogratis
/a  http://1.cordialita.org/dominispazioweb/  a
href=http://6.cordialita.org/bolognavisita/; bolognavisita /a
a href=http://12.cordialita.org/personaggiodidragonball/; 
personaggiodidragonball
/a  http://4.confortare.org/risultatolive/ 
a href=http://2.spizzicare.org/quizesamepatente/; quizesamepatente /a 
05980283d7fb0e8cc54b17a2b2a0ab96

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Yadiel

2006-07-11 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3818199
By: nobody

 a href=http://13.sovragiunto.com/accessoriocapello/; accessoriocapello /a
http://13.sovragiunto.com/leggifinanziamentoimpresasociale/ 
a href=http://9.sovragiunto.com/calcolovincitalotto/; calcolovincitalotto
/a  a href=http://8.diquestomonte.com/romsdownload/; romsdownload /a
http://19.diquestomonte.com/gattinoni/  a
href=http://13.nonsofferse.com/uovapancettaalbacon/; uovapancettaalbacon /a
a href=http://20.sovragiunto.com/casearezzo/; casearezzo /a 
http://2.diquestomonte.com/flatinternetitalia/  a
href=http://13.epromettendo.com/canoncartuccia/; canoncartuccia /a
a href=http://4.nonsofferse.com/camerabudoni/; camerabudoni /a
http://13.diquestomonte.com/pergola/  a
href=http://7.diquestomonte.com/ragazzapessanobornago/; ragazzapessanobornago
/a  a href=http://7.nonsofferse.com/borsedolcegabbana/; borsedolcegabbana
/a  http://13.epromettendo.com/jhonnydeep/ 
a href=http://9.diquestomonte.com/hobbit/; hobbit /a  a
href=http://19.nonsofferse.com/campeggiomarinacecina/; campeggiomarinacecina
/a  http://11.diquestomonte.com/effettosonorirumore/ 
a href=http://20.raccoglie.com/affittacamera/; affittacamera /a  a
href=http://12.epromettendo.com/multihandpokerslotmachin/; 
multihandpokerslotmachin
/a  http://3.diquestomonte.com/videosorveglianza/  a
href=http://19.nonsofferse.com/incentivigiovaniimprenditori/;
incentivigiovaniimprenditori /a  a href=http://5.sovragiunto.com/depeche/;
depeche /a  http://19.sovragiunto.com/argentinavoyeur/  a
href=http://9.sovragiunto.com/malagashopping/; malagashopping /a
70fcdb09b8b18b50874603a6c99fcbcb

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Billy

2006-07-13 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3820614
By: nobody

 a href=http://12.dovresti.org/adslethernet/; adslethernet /a
http://17.abbracciava.org/sessoprimavolta/  a
href=http://18.dovresti.org/asestessoleopardicommento/; 
asestessoleopardicommento
/a  a href=http://15.cotestopunto.org/assicurazionevarazze/;
assicurazionevarazze /a  http://4.abbracciava.org/storia/ 
a href=http://8.dovresti.org/assicurazionedalmine/; assicurazionedalmine
/a  a href=http://15.dovresti.org/fondocomuneestero/; fondocomuneestero
/a  http://1.abbracciava.org/christinaricci/  a
href=http://16.vadinanzi.org/posticipianticipiserie/; posticipianticipiserie
/a  a href=http://10.cotestopunto.org/normeinrete/; normeinrete /a
http://20.abbracciava.org/storiamoneta/ 
a href=http://1.cotestopunto.org/ufficiovarsavia/; ufficiovarsavia /a 
a href=http://17.lagrimetta.org/tatuaggiofolletto/; tatuaggiofolletto /a
http://8.vadinanzi.org/firstfuck/  a
href=http://15.abbracciava.org/integratorieas/; integratorieas /a 
a href=http://3.vadinanzi.org/ragazzabordeaux/; ragazzabordeaux /a
http://8.cotestopunto.org/vendingmachines/  a
href=http://2.cotestopunto.org/dragonballcom/; dragonballcom /a  a
href=http://8.lagrimetta.org/suoneriapolifonicanokia3200/;
suoneriapolifonicanokia3200 /a  http://18.cotestopunto.org/vanessalane/  a
href=http://1.cotestopunto.org/prestitodublino/; prestitodublino /a  a
href=http://9.abbracciava.org/tamiflu/; tamiflu /a 
http://5.abbracciava.org/baccara/  a
href=http://20.abbracciava.org/annuncioaffitticase/; annuncioaffitticase /a
bd0e28eaccfa349da99ddd3880835725

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Garret

2006-07-13 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3820954
By: nobody

 a href=http://18.myvideoz.org/slut.html; slut.html /a 
http://2.altvideos.org/slut.html  a href=http://13.myvideoz.org/oral.html;
oral.html /a  a href=http://5.hotpassion.org/hentai.html; hentai.html /a
http://9.thepassione.org/blowjob.html  a 
href=http://5.myvideoz.org/sexy.html;
sexy.html /a  a href=http://9.amateurworld.org/naughty.html; naughty.html
/a  http://1.myvideoz.org/spanked.html
a href=http://14.thepassione.org/ebony.html; ebony.html /a  a
href=http://10.myvideoz.org/busty.html; busty.html /a
http://17.myvideoz.org/titty.html  a 
href=http://7.hotpassion.org/housewive.html;
housewive.html /a  a href=http://1.myvideoz.org/erect.html; erect.html
/a  http://11.thepassione.org/blowjob.html 
a href=http://7.thepassione.org/cartoon.html; cartoon.html /a  a
href=http://10.myvideoz.org/blowjob.html; blowjob.html /a
http://9.hotpassion.org/suck.html  a 
href=http://7.altvideos.org/cartoon.html;
cartoon.html /a  a href=http://12.amateurworld.org/spanking.html; 
spanking.html
/a  http://13.thepassione.org/spanking.html
a href=http://15.thepassione.org/femail.html; femail.html /a
a href=http://13.thepassione.org/footjob.html; footjob.html /a
http://11.amateurworld.org/ass.html  a 
href=http://7.altvideos.org/anime.html;
anime.html /a  71b0d16f90c6ef289fb9e0b08b44fd7c

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] No more anonymous posts

2006-07-13 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3821031
By: fabioz

Hi Everyone,

As of today, only registered sourceforge users will be able to post to this
forum.

Unfortunatelly, this change was needed because of the increasingly number of
spams this forum was receiving.

So, now, both options for user-communication: 

the users forum: https://sourceforge.net/forum/forum.php?forum_id=293649 

and the list: https://lists.sourceforge.net/lists/listinfo/pydev-users (which
also receives all posts in the users-forum)

will only accept posts from registered users.

So, for posting in the forum, you have to be a sourceforge user, and for posting
in the list you need to subscribe to it (but you don't need to be a sourceforge
user).

Best Regards,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] How to use Run As Python Unit Test

2006-07-13 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3821144
By: xsaero00

I can't find any docs on how to use Pyhton Unit Test  in pyhton file context
menues. Ehen I try it it simply gives tels me that 0 tests have been succesfully
ran even thought there are TestCase classes in that file. If I just run the
files the normal way using unittest.main() they execute just fine. Is there
some convention that I need to follow to get that working.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] How to use Run As Python Unit Test

2006-07-13 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3821145
By: xsaero00

Additional Info: I use PyDev 1.2.1 with Extensions 1.2.1

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Problem wit Outpost Firewall

2006-07-14 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3822741
By: studioakne

I have the known problem with code completion (it freezes my Eclipse). It is
caused by Outpost Firewall which blocks something but I don't know what. I have
added python.exe to Trusted Programs and now there is nothing in the log 
viewer.
If somebody is using PyDev on Windows with Outpost, please tell me, what kind
of activity should I allow in the firewall rules.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Problem wit Outpost Firewall

2006-07-15 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3822986
By: fabioz

Oops, sorry, I said debugger, but I meant firewall there... so, have you tried
it with your firewall completely disabled?

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Problem wit Outpost Firewall

2006-07-15 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3822997
By: studioakne

Yes, I have. With the firewall disabled everything works fine.

Best regards.

s.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Problem wit Outpost Firewall

2006-07-15 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3823019
By: fabioz

Well, the ports pydev uses 2 ports for code-completion, one in the range from
5-55000 and another from 55001-6, connecting at 127.0.0.1, so, if you
have both, java and python able to use those ranges in the localhost, you should
be fine (sorry, no specifics on Oupost Firewall).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Problem wit Outpost Firewall

2006-07-15 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3823145
By: studioakne

I have enabled this range of ports for local connections of java and python
with no success. It seems that something else is blocked in the background.
I think the problem is with communication between pydev/java/eclipse and Outpost
Firewall (because Outpost blocks a kind of activity without asking the user
as it usually does).

Anyway thanks for your help. I'll also try to ask Outpost support.

Best regards.

s.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3824822
By: xsaero00

I have the pyhton path configured correctly. The source forlder in in the
PyhtonPath.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3825054
By: drmaples

can you post the code you are trying to run as unit test.  

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3825327
By: xsaero00

Unit Test Code:

import unittest

from Packages.Utilities.validate import *

class validateTest( unittest.TestCase ):
Class to test validation functions 
   
   def testIsLargeID(self):
   Test isLargeID function 
  self.assert_( isLargeID( 1 ) )
  self.assert_( isLargeID( '1' ) )
  self.assert_( isLargeID( u'1' ) )
  self.assert_( isLargeID( r'1' ) )
  self.assert_( isLargeID( 0 ) )
  self.assert_( isLargeID( '0' ) )
  self.assert_( isLargeID(  ) )
  self.assert_( isLargeID( '000' ) )
  self.assert_( isLargeID( MAX_LARGE_ID ) )
  self.assert_( isLargeID( MAX_SMALL_ID ) )
  self.assert_( isLargeID( MIN_LARGE_ID ) )
  
  self.assert_( not isLargeID( -1 ) )
  self.assert_( not isLargeID( '-1' ) )
  self.assert_( not isLargeID( u'-1' ) )
  self.assert_( not isLargeID( None ) )
  self.assert_( not isLargeID( '' ) )
  self.assert_( not isLargeID( MAX_LARGE_ID + 1) )
  self.assert_( not isLargeID( MIN_LARGE_ID - 1 ) )
  self.assert_( not isLargeID( '0.0' ) )
  self.assert_( not isLargeID( float( MAX_LARGE_ID ) ) )
   
   def testIsSmallID(self):
   Test isSmallID function 
  self.assert_( isSmallID( 1 ) )
  self.assert_( isSmallID( '1' ) )
  self.assert_( isSmallID( u'1' ) )
  self.assert_( isSmallID( r'1' ) )
  self.assert_( isSmallID( 0 ) )
  self.assert_( isSmallID( '0' ) )
  self.assert_( isSmallID(  ) )
  self.assert_( isSmallID( '000' ) )
  self.assert_( isSmallID( MAX_SMALL_ID ) )
  self.assert_( isSmallID( MIN_SMALL_ID ) )
  
  self.assert_( not isSmallID( -1 ) )
  self.assert_( not isSmallID( '-1' ) )
  self.assert_( not isSmallID( u'-1' ) )
  self.assert_( not isSmallID( r'-1' ) )
  self.assert_( not isSmallID( None ) )
  self.assert_( not isSmallID( '' ) )
  self.assert_( not isSmallID( '   ' ) )
  self.assert_( not isSmallID( 'as' ) )
  self.assert_( not isSmallID( '1a' ) )
  self.assert_( not isSmallID( MAX_SMALL_ID + 1) )
  self.assert_( not isSmallID( MIN_SMALL_ID - 1 ) )
  self.assert_( not isSmallID( '0.0' ) )
  self.assert_( not isSmallID( float( MAX_SMALL_ID ) ) )  
   
def TestSuite():
   return unittest.makeSuite(validateTest)

if __name__ == '__main__':
   unittest.main()


And here are the validation functions:

def isLargeID( id ):
Function to tell whether the id is a large id 
   return isInteg( id ) and withinRange( id , MIN_LARGE_ID, MAX_LARGE_ID )

def isSmallID( id ):
Function to tell whether the id is a small id 
   return isInteg( id ) and withinRange( id , MIN_SMALL_ID, MAX_SMALL_ID )

def withinRange( value, min, max ):
Function to check the range 
   if isNumeric( value )  and isNumeric( min ) and isNumeric( max ):
  value = float( value )
  min = float( min )
  max = float( max )
  return min = max and value = min and value = max

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3825915
By: drmaples

code seems ok, but try this:

pydev 1.2.1 and below has a bug where some errors are silently ignored and 0
tests are reported as running. check that you do not have any syntax errors
in the code that you are importing. the best thing to do is to change the code
in runfiles.py to look like the code below. (this is fixed in the next ver of
pydev)

code located here:
ECLIPSE_INSTALL_DIR/plugins/org.python.pydev.debug_1.2.1/pysrc/runfiles.py



try:
module = ImportModule(ModuleName(name, system_path))
tests = loader.loadTestsFromModule(module)
alltests.append(tests)
except Exception, msg:
raise   # -- add me this
   #ok, unable to load the module (probably has not __init__.py in its
folder structure)
pass
 

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Comment colour in pydev

2006-07-19 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3828741
By: jxb

Newbie question - How can I change the colour used to display comments in python
scripts in eclipse(3.1.2 python 2.4)?

Thanks

John

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Comment colour in pydev

2006-07-19 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3828760
By: fabioz

In the preferences:

window  preferences  pydev 

On earlier versions of pydev, that preferences page was kind of big, so, you
might have to stretch it depending on the resolution you're using (on the latest
versions this was changed).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Comment colour in pydev

2006-07-19 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3828762
By: drmaples

Window  Preferences.
click on Pydev
in the Appearance color options: change comments to whatever color you want.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Comment colour in pydev

2006-07-19 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3828817
By: jxb

Thanks, Fabio, Darrell! 
I had looked there already but I was expanding the '+' so never saw the top
level. Doh...
John

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Breakpoints Ignored

2006-07-20 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3830646
By: djragnaros

I've been looking through some of the posts about this issue, but I still 
haven't
found an answer.

Whenever I import something that isnt part of the standard python library or
a jar (I'm having this issue with jython) it causes the breakpoints in the rest
of the program to be ignored. For example, you can set breakpoints and step
through the execution of a script up until the import statment, and after that
line is executed the debugger ignores all future breakpoints. If I comment out
the import statment (i.e. from foo import * ) the debugger functions correctly.
I'm using PyDev 1.0.6

Any help would be appreciated. Thanks.

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Unicode problems

2006-07-20 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3830976
By: jec-ca

Hi,

I installed the newest version of Eclipse (3.2.0) and Pydev (1.2.1) earlier
this week, to work on an existing project (currently stored in CVS, in case
this matters).

Here's my problem:  whenever I edit the file in Eclipse (using the Pydev 
editor),
the tool is automatically updating the file-level preferences encoding property
to explicitly be UTF-8.

Here's why I think it's happening: Our CVS server uses Latin-1 encoding, so
I need to edit python source files so that they're saved in Latin-1 format.
I've set the Project-level preferences is set to ISO-8859-1.

BUT... the automated test harness requires that they be executed using UTF-8
encoding, so the file contains the coding: UTF-8 directive at the top of the
file.

If I edit while the file's properties are set to UTF-8, the synch viewer is
showing character deltas between the repository version and my local version.
If I force the format of the file explicitly to ISO-8859-1, the deltas go away,
but it seems to bother the interpreter and my test cases fail.

Ideally, I'd like to edit in one mode, and run in another.  Is this possible?

If not... what (do you think) would happen if I submitted the file to the 
Latin-1
repository from the UTF-8 encoding client?


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Breakpoints Ignored

2006-07-22 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3832093
By: fabioz

Well, I remember that issue, but I think it should be closed in later 
releases...
have you tried updating pydev?

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


  1   2   3   4   5   6   7   8   9   10   >