Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [New Release] PyFTPD - an FTP server with GUI and CLI versions
Post: RE: [New Release] PyFTPD - an FTP server with GUI ...

There are two scripts. PyFTPD-cli.py and PyFTPD.py. The first one has remarks with examples you can setup the FTP server. The second one, is a GUI in PyQT4. The server runs on Linux pcs. You can ru...
demosthenesk Code sharing 4 5,908 Nov-10-2016, 10:02 AM
    Thread: [New Release] PyFTPD - an FTP server with GUI and CLI versions
Post: RE: [New Release] PyFTPD - an FTP server with GUI ...

i deleted *.pyc files. The *.pem files are for demo cases and are freely been distributed.
demosthenesk Code sharing 4 5,908 Nov-08-2016, 02:40 PM
    Thread: [New Release] PyFTPD - an FTP server with GUI and CLI versions
Post: [New Release] PyFTPD - an FTP server with GUI and ...

Hello, i have just released the brand new FTP server based on pyftpdlib, named PyFTPD. You can run it from CLI with PyFTPD-cli.py or if you like GUIs run the PyFTPD.py It is written on PyQT4 and Py...
demosthenesk Code sharing 4 5,908 Nov-01-2016, 09:24 PM
    Thread: looking for example code for GUI
Post: RE: looking for example code for GUI

You can start with this http://www.tutorialspoint.com/pyqt/ First of all you must decide which framework you will work with. Here is a list with all GUIs for Python. https://wiki.python.org/moin/GuiP...
demosthenesk GUI 8 8,654 Oct-30-2016, 04:50 AM
    Thread: How to umount from python script?
Post: RE: How to umount from python script?

i found it, i must provide the full path to umount.     def umount(self):         '''unmounts VirtualDVD'''         #get virtualdvd folder         home = QtCore.QDir.homePath()         vpath = home +...
demosthenesk General Coding Help 2 9,828 Oct-28-2016, 10:00 AM
    Thread: How to umount from python script?
Post: How to umount from python script?

Hello, i have the next umount function:     def umount(self):         '''unmounts VirtualDVD'''         cmd = 'gksudo umount VirtualDVD'         proc = subprocess.Popen(str(cmd), shell=True, stdout=s...
demosthenesk General Coding Help 2 9,828 Oct-28-2016, 08:10 AM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

(Oct-21-2016, 07:42 PM)Fred Barclay Wrote: (Oct-20-2016, 07:30 AM)demosthenesk Wrote: Hello, my name is Demosthenes... I run LMDE2 with Python2.7 and Python3. Yahoo! Another LMDE-er. :) Ex-LMDE-er...
demosthenesk Bar 431 230,647 Oct-22-2016, 02:54 AM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

(Oct-21-2016, 01:20 AM)ichabod801 Wrote: Did you name yourself after the original Demosthenes, or the one from Ender's Game? Demosthenes is my original name, no nickname.... **cool**
demosthenesk Bar 431 230,647 Oct-21-2016, 12:18 PM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

Hello, my name is Demosthenes. I love to programming. I run LMDE2 with Python2.7 and Python3. I am a newbie, i start learning Python just one month. My programming experience includes Visual Basic of ...
demosthenesk Bar 431 230,647 Oct-20-2016, 07:30 AM
    Thread: Learning python with LPTHW
Post: RE: Learning python with LPTHW

Here is the Youtube version of LPTHW https://www.youtube.com/playlist?list=PL...AuwGV_4BNS
demosthenesk News and Discussions 30 28,591 Oct-19-2016, 06:01 PM
    Thread: i need help with this simple code
Post: RE: i need help with this simple code

(Oct-18-2016, 02:33 AM)josephb40 Wrote: I don't know what is wrong with this code can someone fix it for me or help me fix it? Try this name = ""  print("What is your name") input(name) if name == ...
demosthenesk Homework 12 12,788 Oct-18-2016, 07:40 AM
    Thread: 'str' object is not callable
Post: RE: 'str' object is not callable

try host1 = str(hostfixed)+str(num1)
demosthenesk Networking 10 11,989 Oct-17-2016, 05:36 PM
    Thread: User Interface to Python
Post: RE: User Interface to Python

ok, so it is a frontend for pyuic4. Nice!
demosthenesk GUI 11 10,765 Oct-17-2016, 04:09 AM
    Thread: Seeking Advice: Multiple workstations for one project
Post: RE: Seeking Advice: Multiple workstations for one ...

1) You can upload your project at GitHub with their desktop tool from your windows https://desktop.github.com/ 2) i work with Linux,Mac and Windows. 3) for os specific paths i intend to write an abs...
demosthenesk News and Discussions 6 6,986 Oct-16-2016, 09:05 PM
    Thread: User Interface to Python
Post: RE: User Interface to Python

(Oct-16-2016, 07:45 PM)Raures Wrote: The pyuic4.bat file is in Python27\Lib\site-packages\PyQt4\, this script was made in Windows, it's not tested on other platforms. Yes i saw it. You can use the ...
demosthenesk GUI 11 10,765 Oct-16-2016, 08:48 PM
    Thread: User Interface to Python
Post: RE: User Interface to Python

In Windows PyQt version is there the pyuic4 utility? pyuic4 converts the myGUI.ui to myGUI.py  ;)
demosthenesk GUI 11 10,765 Oct-16-2016, 06:35 PM

User Panel Messages

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