Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Which databse "engine" is available?
Post: RE: Which databse "engine" is available?

Thanks! That solves my question.
PeterLinux News and Discussions 5 2,187 Jun-11-2020, 01:27 PM
    Thread: Which databse "engine" is available?
Post: RE: Which databse "engine" is available?

OK. Good to hear that. 1.) Then let me specify: I want a _very_ large database with thousands of entries. And I want several databases/tables/"lists", not just one. The data will be strings, integers...
PeterLinux News and Discussions 5 2,187 Jun-11-2020, 01:09 PM
    Thread: Which databse "engine" is available?
Post: Which databse "engine" is available?

Hi, I just learned that some modules/libraries/engines which are available are deprecated or will be unsupported by future Python versions. So what database "engines"/modules/libraries are available ...
PeterLinux News and Discussions 5 2,187 Jun-11-2020, 12:56 PM
    Thread: CGI: Error 500
Post: RE: CGI: Error 500

OK, thanks. So Flask is the way to go. :) I mark this question as solved. Greetings Peter
PeterLinux Web Scraping & Web Development 2 2,142 Jun-11-2020, 10:25 AM
    Thread: CGI: Error 500
Post: CGI: Error 500

Hello, I'm new to Apache/LAMPP and CGI. I tried the example CGI script from here: https://wiki.python.org/moin/CgiScripts But in my browser (at http://localhost/cgi-bin/4m.cgi) I get the error: Err...
PeterLinux Web Scraping & Web Development 2 2,142 Jun-11-2020, 05:29 AM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

Thanks again to everybody. I view this as solved. Peter
PeterLinux GUI 23 15,762 Apr-02-2020, 12:50 PM
    Thread: Bind error
Post: Bind error

With Python2 I have this little script with an error in the line with "******" stars: #!/usr/bin/python import wx def quit(): print("Quit\n") app = wx.App() w = wx.Frame(None) menuQuit = wx.Menu...
PeterLinux GUI 1 2,242 Apr-02-2020, 12:14 PM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

It all doesn't work. I tried it. It's a bottomless pit. I will use Python2 and tryout Fedora as soon as I get my ordered DVD-Rs. Thanks for the help and the patience. I view this as solved. Greetin...
PeterLinux GUI 23 15,762 Apr-02-2020, 12:04 PM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

I tried: Quote:sudo apt install python3.7 Then python3 (without ".7" at the end) is still 3.8.2 Next I tried: Quote:sudo apt remove python3 Still 3.8.2 How do I get rid of 3.8.2 without doing somethin...
PeterLinux GUI 23 15,762 Apr-02-2020, 09:41 AM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

I tried all that but it still doesn't work. But wx works now for Python2. I'll try that. And if that doesn't work, I'll try Fedora distro. Thanks for the help. I set it as "Solved" now. Peter
PeterLinux GUI 23 15,762 Apr-02-2020, 04:55 AM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

Yes "pip install ..." and "sudo apt install ..." did run without errors. pip list made this output: https://pastebin.com/19TXD3uU pip -V: Output:pip 9.0.1 from /usr/lib/python2.7/dist-packages (pyth...
PeterLinux GUI 23 15,762 Apr-02-2020, 02:12 AM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

I removed "libgstreamer-plugins-base0.10-dev" (apt complains about it) from the above-mentioned command. So I entered in the shell: Quote:sudo apt-get install dpkg-dev build-essential libjpeg-dev libt...
PeterLinux GUI 23 15,762 Apr-01-2020, 05:18 PM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

I typed: Quote:pip install wxPython-4.0.7.post2-cp37-cp37m-linux_x86_64.whl And got this error: Error:wxPython-4.0.7.post2-cp37-cp37m-linux_x86_64.whl is not a supported wheel on this platform.Huh? ...
PeterLinux GUI 23 15,762 Mar-31-2020, 11:36 AM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

@joe_momma: I get this error when I envoke the second shell command you mentioned: Error:Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to l...
PeterLinux GUI 23 15,762 Mar-31-2020, 10:56 AM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

Should I better ask in a Ubuntu or Gtk forum than here? Greetings Peter
PeterLinux GUI 23 15,762 Mar-30-2020, 12:29 PM
    Thread: Linux: No module named 'wx'
Post: RE: Linux: No module named 'wx'

Then it says: Error: Failed building wheel for wxpythonand finally: Error: checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path. Perhaps you ...
PeterLinux GUI 23 15,762 Mar-30-2020, 10:56 AM
    Thread: Linux: No module named 'wx'
Post: Linux: No module named 'wx'

When I run my little Python script in the shell, I get the following error: Error:Traceback (most recent call last): File "./learn.py", line 6, in <module> import wx ModuleNotFoundError: ...
PeterLinux GUI 23 15,762 Mar-30-2020, 05:03 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020