Die Suche ergab 2 Treffer
- Dienstag 2. Dezember 2008, 00:28
- Forum: wxPython
- Thema: wxPython Verzeichniswechsel
- Antworten: 2
- Zugriffe: 1649
- Montag 3. November 2008, 16:25
- Forum: wxPython
- Thema: wxPython Verzeichniswechsel
- Antworten: 2
- Zugriffe: 1649
wxPython Verzeichniswechsel
Also ich beginne gerade Python kennenzulernen und habe schon so einige Aufgaben gelöst aber bei folgender Aufgabe fällt mir Nichts ein :
import wx
import os
def GetFileList_p(Ext_spl):
DList_o = []
for FileName_s in os.listdir("."):
(root, ext) = os.path.splitext(FileName_s)
if (os.path ...
import wx
import os
def GetFileList_p(Ext_spl):
DList_o = []
for FileName_s in os.listdir("."):
(root, ext) = os.path.splitext(FileName_s)
if (os.path ...
