cipy
which makes me think that for some reason it points to the old 2.5
version. But I might be wrong and the problem is another...
Any clue?
Thanks
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
asts an error saying:
ImportError: No module named scipy
Maybe for some reason it points to the old 2.5 version.
But I might be wrong and the problem is another...
I copy here the first lines in the terminal window if i give the "run in
terminal" command
Last login: Thu Apr 14 22:38:26 on
In article
<382709dd-5e3f-4b07-a642-4ce141ef4...@18g2000prd.googlegroups.com>,
Jon Clements wrote:
> http://www.velocityreviews.com/forums/t570137-textwrangler-and-new-python-vers
> ion-mac.html
Thank you for the reply Jon.
I saw the post in velocityreviews. Unfortunately it doesn't solve my
"in
TextWrangler". It only works fine if I use the "Run in Terminal" method.
Do you have more details about how TextWrangler manages these commands?
Which are its defalut locations?
Cheers,
Fabio
>
>
> On Apr 14, 2011, at 5:01 PM, Jon Clements wrote:
>
> >
touch with PyQT directly it should have a commercial license itself;
how does this apply to those who want to develop commercial PyQT
applications with a plugin/scripting framework?
Thanks,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
dule.c and tried to link the arraymodule.o
file to my code but then I have to mess around with extern "C" and the
like and it gets really messy.
Any help would be great!
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
?
---
PyDev is a plugin that enables users to use Eclipse for Python, Jython and
IronPython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
PyDev - Python Development Environment for
k
its value within a while (that way you can save a few instructions on
method invocations from xrange/range).
Anyways, if that's not fast enough, just port it to c/c++ (or one of the
alternatives to speed it up while still in python: numba, cython,
shedskin). Or (if you can), try to use PyPy and see if you get more speed
without doing anything.
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
lysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
PyDev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com
--
http://mail.python.org/mailman/listinfo/python-list
'.join(sorted(sys.path))) and compare that with your
configuration... ( note that the recommended place to ask PyDev
questions is at stackoverflow with a PyDev tag... see:
http://pydev.org/about.html )
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
derstand it or do a
> quick experiment. Since indentation is syntactically significant in
> Python, I think fixing the interpreter to produce good, readable,
> cut-and-pasteable, and Pythonic code is more important than a cosmetic
> feature, but less important than true bugs.
> --
Actually, if you're in PyDev/Eclipse already, you can just use the
interactive shell that PyDev provides:
http://pydev.org/manual_adv_interactive_console.html
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
plugin that enables users to use Eclipse for Python, Jython
and IronPython development -- making Eclipse a first class Python IDE
-- It comes with many goodies such as code completion, syntax
highlighting, syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
Python (actually Jython 2.2.1) -- which is also the way
that pep8.py was integrated.
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
related to the version of Python
> I'm using.
>
> I'm in the process of trying to solve another related import problem, and
> wished to resolve this one in the hope that it might shed light on the
> other. But as it works beside the error icon appearing, I might just ignore
> it and spare the trouble of precise identification of cause.
Please report that as a bug in the PyDev sf tracker (please attach a
sample project where this problem can be reproduced).
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
on... Take a look at Boost::Python, Swig, Sip and Cython
(personally, I like Boost::Python, but the generated code can be a bit
bloated -- but not a problem unless it's a really huge library --
Cython seems nice too, but I've only made few things with it, so, I
can't comment much).
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
many goodies such as code completion, syntax
highlighting, syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
Appcelerator
http://appcelerator.com/
Aptana
http://aptana.com/
Pydev - Pytho
at enables users to use Eclipse for Python, Jython
and IronPython development -- making Eclipse a first class Python IDE
-- It comes with many goodies such as code completion, syntax
highlighting, syntax analysis, refactor, debug and many others.
Cheers,
--
Fabi
blogspot.com/2011/06/overrideimplements-templates-on-pydev.html
to explain how I do use it (and in a way that I think should be
standard in Python the same way it's in Java).
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
reated using virtualenv, what should i do if
> i want to use this virtual environment?
You have to use the Lib dir from the base python (the one you used to
create your virtualenv) -- it needs that to have access to the base
python library (i.e.: threading.py, etc).
Cheers,
Fabio
--
http://mail.pyt
completion, syntax
highlighting, syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
Appcelerator
http://appcelerator.com/
Aptana
http://aptana.com/
PyDev - Python Development Environment for Ec
;
> Any suggestions on getting this to work?
In the install dialog, uncheck the 'contact all update sites during
install to find required software'.
Another option would be getting Aptana Studio 3, which has PyDev
preinstalled (see: http://pydev.org/download.html )
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
s PyDev?
---
PyDev is a plugin that enables users to use Eclipse for Python, Jython
and IronPython development -- making Eclipse a first class Python IDE
-- It comes with many goodies such as code completion, syntax
highlighting, syntax analysis, re
ing, syntax analysis, refactor, debug and many others.
Cheers,
--
Fabio Zadrozny
--
Software Developer
Appcelerator
http://appcelerator.com/
Aptana
http://aptana.com/
Pydev - Python Development Environment for Eclipse
http://pydev.org
http
ent
of PyDev.
Details on LiClipse: http://www.liclipse.com/
Cheers,
--
Fabio Zadrozny
--
Software Developer
LiClipse
http://www.liclipse.com
PyDev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com
PyVmMonitor - Python Profiler
htt
;s also a commercial counterpart which helps supporting the development
of PyDev.
Details on LiClipse: http://www.liclipse.com/
Cheers,
--
Fabio Zadrozny
--
Software Developer
LiClipse
http://www.liclipse.com
PyDev - Python Development Environment for Eclipse
h
extMate bundles and a number of other languages such as
Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript,
etc.
It's also a commercial counterpart which helps supporting the development
of PyDev.
Details on LiClipse: http://www.liclipse.com/
Cheers
ous or next class or method through
Ctrl+Shift+Up and Ctrl+Shift+Down.
See: http://www.pydev.org/vscode/ for more information!
Cheers,
--
Fabio Zadrozny
--
Software Developer
PyDev on VSCode
http://pydev.org/vscode
PyVmMonitor - Profile Python on VSCode
http://www.pyvmmo
Sorry, it was a glitch on the template when moved to another folder (just
fixed).
On Mon, Feb 19, 2018 at 10:08 AM, ElChino wrote:
> Fabio Zadrozny wrote:
>
> See: http://www.pydev.org/vscode/ for more information!
>>
>
> That page includes so many dead links that i
://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
Fabio Zadrozny
--
https://mail.python.org/mailman/listinfo/python-list
VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
Fabio Zadrozny
--
https://mail.python.org/mailman/listinfo/python-list
Em qua., 2 de jun. de 2021 às 09:34, Rich Shepard
escreveu:
> On Wed, 2 Jun 2021, Peter Otten wrote:
>
> > Do you have unit tests? Those are an excellent tool to ensure that the
> > components of an application work as expected and that those components
> > have well-defined interfaces. Debugging
You could try other debuggers (possibly doing a remote debug session or
attach to pid).
Eclipse-PyDev: https://www.pydev.org/manual_adv_remote_debugger.html
VsCode-python: https://code.visualstudio.com/docs/python/debugging
PyCharm:
https://www.jetbrains.com/help/pycharm/remote-debugging-with-prod
commercial counterpart which helps supporting the development
of PyDev.
Details on LiClipse: http://www.liclipse.com/
Cheers,
--
Fabio Zadrozny
--
Software Developer
LiClipse
http://www.liclipse.com
PyDev - Python Development Environment for
Take a look at https://pyautogui.readthedocs.io/en/latest/
On Fri, Sep 16, 2016 at 9:24 AM, meInvent bbird
wrote:
> you are right, english is not my first language
>
> i just talk as simple as i can, i do not know previous talking is mean
>
>
> On Friday, September 16, 2016 at 6:22:34 PM UTC+8,
tc.
It's also a commercial counterpart which helps supporting the development
of PyDev.
Details on LiClipse: http://www.liclipse.com/
Cheers,
--
Fabio Zadrozny
--
Software Developer
LiClipse
http://www.liclipse.com
PyDev - Python Devel
Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript,
etc.
It's also a commercial counterpart which helps supporting the development
of PyDev.
Details on LiClipse: http://www.liclipse.com/
Cheers,
--
Fabio Zadrozny
--
Sof
ails on LiClipse: http://www.liclipse.com/
Cheers,
--
Fabio Zadrozny
--
Software Developer
LiClipse
http://www.liclipse.com
PyDev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com
PyVmMonitor
theming, TextMate bundles and a number of other languages such as
Django Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript,
etc.
It's also a commercial counterpart which helps supporting the development
of PyDev.
Details on Li
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
Fabio Zadrozny
--
https://mail.python.org/mailman/listinfo/python-list
many other languages, such as
Django Templates, Jinja2, Html, JavaScript, etc.
Links:
PyDev: http://pydev.org
PyDev Blog: http://pydev.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
Fabi
m/
Cheers,
Fabio Zadrozny
--
https://mail.python.org/mailman/listinfo/python-list
) so that the codebase becomes pythonic again?
Thanks,
Fabio
--
https://mail.python.org/mailman/listinfo/python-list
m/
Cheers,
Fabio Zadrozny
--
https://mail.python.org/mailman/listinfo/python-list
v.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
Fabio Zadrozny
--
https://mail.python.org/mailman/listinfo/python-list
Are you sure that the Python34 you installed is 64-bits and not the 32-bit
version? (you can check that by just executing 'python'... the prompt will
show the proper info to you).
On Tue, Apr 26, 2016 at 12:33 PM, Heli wrote:
> Hi all,
>
> I have a python34 installed on a windows-64bit machine.
LiClipse: http://www.liclipse.com/
Cheers,
--
Fabio Zadrozny
--
Software Developer
LiClipse
http://www.liclipse.com
PyDev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com
PyVmMonitor - Python Profi
o Templates, Jinja2, Kivy Language, Mako Templates, Html, Javascript,
etc.
It's also a commercial counterpart which helps supporting the development
of PyDev.
Details on LiClipse: http://www.liclipse.com/
Cheers,
--
Fabio Zadrozny
--
Sof
Django Templates, Jinja2, Html, JavaScript, etc.
Links:
PyDev: http://pydev.org
PyDev Blog: http://pydev.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
Fabio Zadrozny
--
https
code (just
google "python obfuscate code" -- I haven't actually used any of those, but
I guess they may be what you want)...
--
Fabio
--
https://mail.python.org/mailman/listinfo/python-list
t for many other languages, such as
Django Templates, Jinja2, Html, JavaScript, etc.
Links:
PyDev: http://pydev.org
PyDev Blog: http://pydev.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
JavaScript, etc.
Links:
PyDev: http://pydev.org
PyDev Blog: http://pydev.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
Fabio Zadrozny
--
https://mail.python.org/mailman/listinfo/python-list
ogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
Fabio Zadrozny
--
https://mail.python.org/mailman/listinfo/python-list
, JavaScript, etc.
Links:
PyDev: http://pydev.org
PyDev Blog: http://pydev.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/
Cheers,
Fabio Zadrozny
--
https://mail.python.org/mailman/listinfo/python-list
ore.
* Some escaped quotes problems fixed when formatting code
* Navigation with Ctrl+Shift+ (up or down) has been slightly
improved, so that it goes to the start or the end of the file when no
other class or method declaration is found
* Other bug-fixes (as ususal)
Cheers,
Fabio
--
* The auto-add '(self):' now works with tabs too
Cheers,
Fabio
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
www.esss.com.br
PyDev - Python Development Enviroment for Eclipse
pydev.s
Hi Jaume,
Pydev (http://pydev.sf.net) is an eclipse plugin that does
code-completion for jython, so, it might be worth taking a look at it...
Cheers,
Fabio
jau wrote:
>Hello mates.
>
>I'm part of a big project's developer team. We are writting an
>application in Java
noteworthy:
-
* Added option for not using the smart-indent after opening brackets
* Some step-by-step instructions of how to get started with pydev
have been contributed by Jack Trainor.
* Many bugfixes
Cheers,
Fabio
--
Fabi
ecause it is so easy to edit python and
understand the code that some people don't look for other alternatives,
and end up just 'accepting' what they have because it is already better
than alternatives -- altough this is only true for some given scenarios).
Cheers,
Fabio
pytho
'sun..Base64', so that
other VMs can be targetted
* Some code-completion problems in the 'resolution order' regarding
tokens in __init__ were solved
* Added option so that the user can choose whether to automatically
add 'self' or not in method declarations
Chee
lly miss a faster
machine for compiling c++).
But in the end, as I said, it is a subjective matter, so, you'll have to
decide it for yourself.
Cheers,
Fabio
[EMAIL PROTECTED] wrote:
>I'm trying to move beyond Emacs/Vim/Kate
>and was wondering if Eclipse is better and if it is
ode-completion
for builtins and bicycle repair man integration), and it would be
extremely simple to add some scripting capabilities with jython too, so,
I don't really think you'd be tied to 'only java' -- altough its core
will always be.
>
>John
>
>
>
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
John J. Lee wrote:
>Fabio Zadrozny <[EMAIL PROTECTED]> writes:
>[...]
>
>
>>I must also warn you that I'm its current maintainer, and it is *my*
>>favorite IDE :-)
>>
>>
>[...]
>
>
>>But in the end, as I said, it is a s
ng in python even more enjoyable). And sure, you can do it
manually, but why bother when you have tools to do it?
Cheers,
Fabio
--
http://mail.python.org/mailman/listinfo/python-list
, and some patches:
- Scott Schlesier has provided a patch to configure the editor background
and color of the highlighted line.
- Sebastian Tusk provided a patch to see watch expressions on debug.
Hope you enjoy it...
Fabio Zadrozny
--
Software
,
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
www.esss.com.br
--
http://mail.python.org/mailman/listinfo/python-list
synchronized when working in multiple windows with the same file
- Code folding improved
- Syntax highlighting is not confused by escaped quote + triple quote
anymore
- Insertion of parentheses now replaces selected text
- Some more bugs...
Regards,
--
Fabio Zadrozny
Most things do work, but some still seem to have problems with version
3.1 (and thus it is still not officially supported - but should be, not
long from now).
Cheers,
Fabio
Dave Cook wrote:
>On 2005-06-28, Fabio Zadrozny <[EMAIL PROTECTED]> wrote:
>
>
>
>>Py
t. Though I would still love
>to use Eclipse instead, if it only was supported for my line of work
>:-/.
>
>Timothy> it allowed me to use the entire screen for editing if I
>Timothy> wished whilst still having everything readily available.
>
>Eclipse allows this as
,
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
www.esss.com.br
PyDev - Python Development Enviroment for Eclipse
pydev.sf.net
pydev.blogspot.com
--
http://mail.python.org/mailman/listinfo/python
is no longer supported).
Note 3: Java 5.0 is required from now on.
Regards,
Fabio
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
www.esss.com.br
PyDev - Python Development Enviroment for Eclipse
That's s sort of an Eclipse issue... you have to disable it, restart
eclipse and only then will an uninstall appear (it has something to do
with some resources eclipse is not able to remove when the plugin is
active).
Cheers,
Fabio
Dennis Lee Bieber wrote:
>On Tue, 26 Jul 2005
l all
previous PyDev installations before installing the new release.
Note 2: This release only works with Eclipse 3.1 (and from now on,
Eclipse 3.0.x is no longer supported).
Regards,
Fabio
--
Fabio Zadrozny
--
Software Developer
ESSS - Engine
ut does
not show (usually if you re-run it --Ctrl+F11 -- , it works, but not
always).
If you are running the unit-test for a folder, you don't need the
unittest.main(), as it should auto-import the test-cases in the files
below the folder (recursively) a
Just as a note... Pylint is integrated within pydev (http://pydev.sf.net)
Cheers,
Fabio
Qopit wrote:
>>Why not just find out, by trying to compile it? :-)
>>
>>
>
>This will likely certify me as a python newbie, but... how do you mean?
> How do you compile a
ing jython support possible!
Aleks Totic, Scott Schlesier and Vitor Oba for the debugger patches!
Eduardo A. Hoff, for the new logo and changes on the site layout!
Cheers,
Fabio
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simu
ing jython support possible!
Aleks Totic, Scott Schlesier and Vitor Oba for the debugger patches!
Eduardo A. Hoff, for the new logo and changes on the site layout!
Cheers,
Fabio
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simu
wait one more week... until there, pydev (http://pydev.sf.net) should
already have debugger support for jython.
Cheers,
Fabio
[EMAIL PROTECTED] wrote:
>Hi,
>I am looking for an ide debugger for jython: is there someone with
>some suggestions ?
>
>Thanks,
> Adriano
&
upport for making jython support possible!
Vitor Oba for debugger patches!
Cheers,
Fabio
--
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
www.esss.com.br
PyDev - Python Development Enviroment f
Well, if you post your problems in the pydev bug-tracker, maybe those
cases can be sorted out...
(one area on where it is really difficult currently, is when you do
code-completion and it is unable to parse your module... is this your case?)
Cheers,
Fabio
could ildg wrote:
> thanks.
>
s for any
instability in pydev.
Well, anyway, I would like to know other opinions in pydev too... as I
said, I might bee too biased towards it :-)
Cheers,
Fabio
Max M wrote:
>Fabio Zadrozny wrote:
>
>
>>Hi All,
>>
>>PyDev - Python IDE (Python Development Enviroment
they start
with a '.', because it may not accept relative paths).
* relative imports are added to code-completion
* local imports are taken into consideration when doing code completion
* debugger has 'change support', so, changed variables in a scope
appear red
Chee
they start
with a '.', because it may not accept relative paths).
* relative imports are added to code-completion
* local imports are taken into consideration when doing code completion
* debugger has 'change support', so, changed variables in a scope
appear red
Chee
counting the python
installation) -- but as I also develop it, so, I may be kind of
impartial ;-)
Cheers,
Fabio
Kenneth McDonald wrote:
>The first is general; what are users' experience with PyDev for
>Eclipse. It looks pretty good to me right now, but I've only started
>play
Fabio Zadrozny wrote:
>Hi,
>
>for 2: as far as I know, eclipse must have 'local', or at least
>'emulated' local access, so, if you have samba access, it should do what
>you want.
>
>for 1... I use it a LOT without any problems for some really big
&g
;, {}, [] should bring correct suggestions;
- relative imports;
- other bug-fixes;
------
Regards,
Fabio Zadrozny
--
Software Developer
ESSS - Engineering Simulation and Scientific Software
www.esss.co
available like that (still, some already are)...
and that's the way things work... nothing's always perfect (but at least
they evolve).
Regards,
Fabio
Peter Maas wrote:
Edvard Majakari schrieb:
Greetings, fellow Pythonistas!
I'm about to create three modules. As an avid TDD fan I&
Hi All,
PyDev - Python IDE (Python development enviroment for Eclipse) version
0.9.2 has just been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Regards,
Fabio Zadrozny
--
Software Developer
ESSS - Engineering
Hi,
is it possibile, in python, to check for an already running instance of an
application?
My problem is that, if my program i running and the user relaunch it, i
don't want to open a new instance and have to instances of the same program
running togheter...
Can someone help me on this?
Fa
You can use some date/time modules as:
time built in module
datetime
wxDatetime from wx
just take a look in the documentation... they are very simple to use.
F.P.
"praba kar" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> Dear All,
>
> In Php strtotime() will change a
"Aldric L'Hernault" <[EMAIL PROTECTED]> ha scritto nel
messaggio news:[EMAIL PROTECTED]
> Sidharth Kuruvila a écrit :
> > I haven't tested this. There is probably a better way of doing this
> > looking at process information. I use a lock file to mark that the
> > program is already running. The pr
Hi!
I'm using wxPython to handle my application gui.. So, I have a notebook
widget and i have to print the object inside it's tab ... Maybe doing a
preview before printing... I know that wx has many objects to handle
printing.. i've tryied to use them, but i wasn't able to... Any hint? By
now, i s
anyone know if it's possibile to run chaco with wx 2.5.3 or grater?
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED]
> Fabio Pliger wrote:
> > Hi!
> > I'm using wxPython to handle my application gui.. So, I have a notebook
> > widget and i have to print the object inside it's tab ... Maybe doing a
> > preview before printing... I know that wx has many objects to
Hi All,
PyDev - Python IDE (Python development enviroment for Eclipse) version
0.9.3 has just been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Regards,
Fabio Zadrozny
--
Software Developer
ESSS - Engineering
"Frank Millman" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> Hi all
>
> I need to generate potentially large reports from a database, and I
> want to offer the option of print preview before actually printing
> (using wxPython). I figure that the best way to achieve this i
"CYBER" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> Is this possible to create 1 wxFrame and
> register more than 1 wxPanel in it.
> And select the one you want to show at the moment ?
>
> I'm trying to implement a multistep wizard under wxPython.
> I need to be able to h
"Sara Khalatbari" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> Is there a program in python that inputs a date & a
> time, for example: "2005-04-17 04:20+". And
> returns a digit, for example: "3501" instead?
>
> and if there is such program or built-in function, how
>
>
> Viet
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>
>
You should be able to reproduce the same behavior on PyDev if in your run
configuration you select the encoding of the console to be ascii (run > run
configurations > select run configuration > common > set encoding to
us-ascii).
My guess is that you have the problem because the username has non-ascii
chars -- and you're receiving it as an unicode and not a string... so, you
have to do encode it properly to a string before writing to the connection
(i.e.: username.encode('utf-8') + '\r' -- although the encoding may have to
be a different one and not utf-8).
Cheers,
Fabio
--
https://mail.python.org/mailman/listinfo/python-list
yDev?
---
PyDev is a plugin that enables users to use Eclipse for Python, Jython and
IronPython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug
1 - 100 of 391 matches
Mail list logo