× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I had this working on our system at one time. I could ssh to the I via Cygwin and debug a python module with python3 -m pudb python_name.py.
I am pretty sure I had it working via ubuntu on win 10 inside the WSL. I tried to use it today and I get the following. All the google results I get are talking about this isn't available on windows nothing about IBM i. ideas?

Traceback (most recent call last):
File "/QOpenSys/pkgs/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/QOpenSys/pkgs/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/QOpenSys/pkgs/lib/python3.6/site-packages/pudb/__main__.py", line 29, in <module>
main()
File "/QOpenSys/pkgs/lib/python3.6/site-packages/pudb/run.py", line 54, in main
runscript(mainpyfile, **options_kwargs)
File "/QOpenSys/pkgs/lib/python3.6/site-packages/pudb/__init__.py", line 112, in runscript
dbg = _get_debugger(steal_output=steal_output)
File "/QOpenSys/pkgs/lib/python3.6/site-packages/pudb/__init__.py", line 88, in _get_debugger
dbg = Debugger(**kwargs)
File "/QOpenSys/pkgs/lib/python3.6/site-packages/pudb/debugger.py", line 186, in __init__
self.ui = DebuggerUI(self, stdin=stdin, stdout=stdout, term_size=term_size)
File "/QOpenSys/pkgs/lib/python3.6/site-packages/pudb/debugger.py", line 2106, in __init__
self.screen = ThreadsafeRawScreen()
File "/QOpenSys/pkgs/lib/python3.6/site-packages/urwid/raw_display.py", line 92, in __init__
fcntl.fcntl(self._resize_pipe_rd, fcntl.F_SETFL, os.O_NONBLOCK)
NameError: name 'fcntl' is not defined
NOTICE: This electronic mail message and any files transmitted with it are intended
exclusively for the individual or entity to which it is addressed. The message,
together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution
is strictly prohibited. If you have received this message in error, please
immediately advise the sender by reply email and delete all copies.

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.