can someone please tell me how to do this on a mac i have OS X 10.6.8 and i have been looking for a week and no one will explain how to do this on a mac PLEASE HELP
2.8 is my wxpython version that I use in compatibility with my 2.7... The code before Buckys makes sure that it imports correctly... Good luck guys! It was frustrating for a min, hope this helps some of you though...
@xRockDaFunkx thanks man u save a huge headache i love Bucky,just wish he would go into more detailed. But regardless i could never thank him enough for what hes doing.
i have a problem whit this whenever i try to make a wx "program" i cant it started when i tried the button and it gives me the error then i tried to copy everthing that i saw and it still didnt work i changed python to 2.6 that wat bucky was using and it still gives me the same error
bucky don't listen to the complainers on youtube. you have spoiled them rotten! please come out with more python tutorials pleease please pleease :) :) you are such a good teacher!
Everyone that is having trouble. First check your version of Python. Next download 32 bit for the version. (Even if you have 64 bit computer). Thumbs this up so people can see.
tbf this is probably the worst of all your tutorials and it has completely ruined the tutorial. You need to go into more detail when making install tutorials not just "click on that and install it".
Your tutorials are very good but this on was NOT your best work.
I got this first time, is it really that difficult? follow the directions EXACTLY like bucky does, and listen to what he tells you to do. For everyone that wants another tutorial, go to bucky's page and start the wxpython tutorial number 1
@daeheadshot thanks.but the problem is that sourceforge is not forbidden!!!!!!downloading from it is forbidden by the website.does the proxy solve that?(new to computers,sorry)
Hey, i'm having problems with the download because the website is completely different than the one this video is showing... I thought I downloaded the right thing but when I put in the code in python it said this: "ImportError: No module named wx"... Help?
My issue is when i put in the code for the frame and button.When i press F5 the frame immediately start to load then the bar on top says NOT Responding. Why is that? I deleted wx and downloaded it again and still it gave me the same error message.
Please help! I installed as instructed in the tutorial but the interactive python shell claims there is no module with that name even though it is in its path (import sys & print sys.path)
Tried both 32bit and 64bit. I got the unicode one for Python version 2.7.x
I have confirmed now that I actually created the file in this tut, that yes WxPython is included in Ubuntu Maverick 10.10 probably all Ubuntu that has python 2.4 and higher will have it
@Zeldakitteh I guess it does, but I can show you the codes with a photo or something, they mainly have def's,print's and some checks and stuff. I understand you not trusting me, especially since it's sounds kinda bad, but if you wanna see a picture of my codes, I will be happy too.
Can someone help me on fixing that annoying ImportError message after installing wxPython? Keeps on saying wx doesn't exist. Need wxPython to work to help me program my final year project, so it's pretty vital to me. I've followed bucky's videos step by step and even went to download the same versions of Python and wxPython as Bucky and this still has proven unhelpful - including updating them to the latest releases.
@circlekmomofthree - Yeah, I was all behind 3.2.1 and it was working fine until Modules and GUI. Oh well, I'm using the debugged stable version of Python 2.6.6 as we speak, just switched over.
Nice tutorials. I also love the "easter egg" in this video. (For those of you that didn't see it read the name of the two photoshop pictures on his desktop.)
i got an error, i had download the same version 2.7 python and 2.7 wxpython and it just dont work. it is an error sayng that there is no a wx moduler or somthing like that
MANY HAVE HAD PROBLEM SAYS ''NO MODULE NAME WX" TRY OPENING pythonGUI and impoting before hand then type ' wx.version() ' probably doesnt work but might.also make sure you download same version of python and wx
a-a-a-a-a-a-a-a-a-a!!!!! it works!!! ok guys, everyone who has a problem with istalation of wxpython lisen me!!! look at your version of python. i got 2.6.5 but i downloaded wxpython (and everyone of you who was watching this tutorial) ver 2.7.xx! you have to download another version. the version of wx must be the same as ver. of your python that has already been installed! everything you can find on the same site you were downloading wxpython!
@reddirtshow what I did is when it asked what folder i wanted to install it in I went to browse and then python then Lib and then site packages and installed it there. Then it worked just fine. Hope that makes since.
this fucking shit isn't working for me, I do everything he says but when i run it there is a Python shell window popping up and it says ImportError: No module named wx!!
@andr3asstr0mb3rg Check what version of python you have. (examples: 2.5, 2.6, or 2.7) On the website, there are 3 columns to download from. Download from the column that fits your python version. (2.5 is left, 2.6 middle, 2.7 right)
hey bucky, i got a question, why can't I run wx..........
it keeps on telling me "No module named wx"
do u have any of ur good ol suggestions i would really need it right now, i'm stuck and i deserve not to be, cuz i was with u all the way. and when i got to the best part i'm left hanging... So can u please help me with this i would really appericate it
Hi, can anyone please, i mean please help me with this.... every time i try to run it, it says, "No module named wx" i tried to reinstall but that didn't help either, i don't know what i'm doing wrong but can anyone help me with this problem
Yay! The GUI comes... I knew it that it was the right choice for me to not quit learning Python... (i hate non-gui programming) and I also like this vid. because you made more tutorials... :)
I know it's been five months, but if anyone else still is wondering, you're expected to go on with his wxPython tutorials, because as he mentions in the first wx, this list was getting too long ;)
FL Studio ftw.
ethanville 4 days ago
will this work with 2.7.2?
tyleraverette 2 weeks ago
44 videos later, and I learn what I wanted to know for so long!!!
TheComputerSage 3 weeks ago
For Debian-based GNU/Linux (Debian, Ubuntu, Linux Mint, etc.): sudo apt-get install wxPython
For RPM-based GNU/Linux (Fedora): sudo yum install wxPython
Geebsee 1 month ago
can someone please tell me how to do this on a mac i have OS X 10.6.8 and i have been looking for a week and no one will explain how to do this on a mac PLEASE HELP
thanks
p.s. bucky your the man dude
Baseball3456789 1 month ago
I was also having an issue, but this helped me:
import wxversion
wxversion.select('2.8')
import wx
app=wx.App()
win=wx.Frame(None)
win.Show()
app.MainLoop()
P.S
2.8 is my wxpython version that I use in compatibility with my 2.7... The code before Buckys makes sure that it imports correctly... Good luck guys! It was frustrating for a min, hope this helps some of you though...
xRockDaFunkx 1 month ago 4
@xRockDaFunkx thanks man u save a huge headache i love Bucky,just wish he would go into more detailed. But regardless i could never thank him enough for what hes doing.
ckingz850587 1 week ago
i have a problem whit this whenever i try to make a wx "program" i cant it started when i tried the button and it gives me the error then i tried to copy everthing that i saw and it still didnt work i changed python to 2.6 that wat bucky was using and it still gives me the same error
zokonil302 1 month ago
all i get is an error on line 1 and 2 saying no attribute 'App' and everything is exactly like bucky says...... help
tucker046 1 month ago
Wxii12 on suggested results?
OH MY GOD YOU LIVE NEAR ME!
TheOmegaguys 1 month ago
bucky don't listen to the complainers on youtube. you have spoiled them rotten! please come out with more python tutorials pleease please pleease :) :) you are such a good teacher!
cxaxnxexs 2 months ago
HEY DEAR BUCK
WHAY YOU DONT SHER YOUR TUTORIALS WITH US ANYMOR
???
PLEASE HELP MY TO LEARN
(:THANK YOU
shai1978ben 2 months ago
this tutorial is 2 years old and needs to be updated because i don't know what tool kit to download
ricardotheohfamous 2 months ago
Everyone that is having trouble. First check your version of Python. Next download 32 bit for the version. (Even if you have 64 bit computer). Thumbs this up so people can see.
theprofits13 3 months ago 13
@theprofits13 I tried that but it's still not working! :(
Blitzbok 2 months ago
tbf this is probably the worst of all your tutorials and it has completely ruined the tutorial. You need to go into more detail when making install tutorials not just "click on that and install it".
Your tutorials are very good but this on was NOT your best work.
TeamINSTINKED 3 months ago
Comment removed
The419Clan 3 months ago
thank you this is beast
gogodogs1 3 months ago
is it the same if i run it on a mac with python and wxPython installed?
bboygreco1 3 months ago
i get : ImportError: No module named wx
spitfiremw2 3 months ago
Thank you Bucky!
Aulakh750 4 months ago
duude where is tutorial 45?? :O
wallinbear 4 months ago 5
@wallinbear check watch?v=RHvhfjVpSdE
logmeinwtf 4 months ago
@wallinbear
look for the wxPython tutorials, they are the continue series
therebel11coder 2 months ago
It's not working... Was something updated?
TheXRealXBrapp 4 months ago
Why not using Tkinter, thenewboston?
Stirni94 4 months ago in playlist Python TheNewBoston
This has been flagged as spam show
what if I'm using mac? can someone please help me out..
jennahei 5 months ago
This has been flagged as spam show
what if I'm using mac? can someone please help me out...
jennahei 5 months ago
Haha I fixed my problem..... I know what I did wrong....
TheQuickscopezPro 5 months ago
Comment removed
TheQuickscopezPro 5 months ago
i just tried this out, and had my problems until i found out that none in the win=wx.Frame(None) has to be None not none
PsykopatSoldat 5 months ago
@inuasha880 sorry buddy i didn't get you...
Amitkuliyal 5 months ago
what about 45th tutorial....
Amitkuliyal 5 months ago
@Amitkuliyal it goes back to 1 because it is no longer python it is wxpython
inuasha880 5 months ago
end
paulceltics 6 months ago
I got this first time, is it really that difficult? follow the directions EXACTLY like bucky does, and listen to what he tells you to do. For everyone that wants another tutorial, go to bucky's page and start the wxpython tutorial number 1
hcstalnaker 6 months ago
Did you even make a 45th tutorial? If you did, it's not in the playlist
TheAmazingPuppeteer 6 months ago
does anyone know where to find wxpython except sourceforge?sourceforge is forbidden in my country.
PythonRules 6 months ago
@PythonRules use a proxy like unblocker (DOT) biz
daeheadshot 5 months ago
@daeheadshot thanks.but the problem is that sourceforge is not forbidden!!!!!!downloading from it is forbidden by the website.does the proxy solve that?(new to computers,sorry)
PythonRules 5 months ago
@PythonRules if you download it through the proxy i would think that it would work.
daeheadshot 5 months ago
@daeheadshot thanks,i'll give it a try.
PythonRules 5 months ago
ok i keep getting error that the app is not defined what do i do
freeman8115 6 months ago
@freeman8115 same have u found out yet ???
TeamINSTINKED 3 months ago
omg i finally got it to work after downloading and removing it 50 times cuz i couldnt find the right one
EvilzElmoz 7 months ago
o yeah it works
MrFirminVernege 7 months ago
If you got an error download the 32bit version and it should work!
Ultimatecheat 7 months ago
Bye Bye bucky.......
ecvsio 7 months ago
Hey, i'm having problems with the download because the website is completely different than the one this video is showing... I thought I downloaded the right thing but when I put in the code in python it said this: "ImportError: No module named wx"... Help?
critten835 7 months ago
import wx
ImportError: No module named wx
delinaciye 7 months ago
Comment removed
LaxBeest 7 months ago
For everyone that gets the 'no module wx' message, I solved it by uninstalling wx and reinstalling it without having Python open.Hope that helps!
Svidrigailoff 7 months ago
@Svidrigailoff thanks a lot dude ! it works :))
wellsheart100 7 months ago
please make Django tutorials
huntercross14 7 months ago
@blacksiddis
If you name you script wx.py it won't run. Make sure you name it something else.
flaregirl01 8 months ago
i get an error after it have installed
lellan1337 8 months ago
He is soo lame...you can easiely see from the nuber of toolbars in his browser and Desktop icons ;j
He's also using the built-in editor, LOL;j
UserHuge 8 months ago
WOW FTW
1AK3R5for3v3r 8 months ago
My issue is when i put in the code for the frame and button.When i press F5 the frame immediately start to load then the bar on top says NOT Responding. Why is that? I deleted wx and downloaded it again and still it gave me the same error message.
KRSEternity 9 months ago
it says "there is no module named wx" what do i do???
blitzkrieg6778 9 months ago
@blitzkrieg6778 make sure you saved the file in default python26 or phython27 folder
sudeeptinku 9 months ago
A WoW player! nice! Great tuts bro, totally awesome (1-43), time to learn some more keep it coming. Thanks so much
TheGymPress 9 months ago
Look at the photoshop files, "boobs" "boobs2"!!!!
ianh12399 9 months ago 44
Please help! I installed as instructed in the tutorial but the interactive python shell claims there is no module with that name even though it is in its path (import sys & print sys.path)
Tried both 32bit and 64bit. I got the unicode one for Python version 2.7.x
blacksiddis 9 months ago
I get an error saying there is no module by that name.. :(
blacksiddis 9 months ago
LOl pause at 0:52 , one of the photoshop icons is named boobs :D
ChaosCombo1 9 months ago
Any plans of making Python 3 tuts?
AlejandroBjorg 9 months ago
Does it work with 3.2
chewtaggeer 10 months ago
But there is no wxpython for Linux
kanchanazzz 10 months ago
@kanchanazzz
I thought Wxpython was included in most linux distros Ubuntu seems to have it by default as far as I know
Shleeshtak 9 months ago
@kanchanazzz
I have confirmed now that I actually created the file in this tut, that yes WxPython is included in Ubuntu Maverick 10.10 probably all Ubuntu that has python 2.4 and higher will have it
Shleeshtak 9 months ago
@Zeldakitteh I guess it does, but I can show you the codes with a photo or something, they mainly have def's,print's and some checks and stuff. I understand you not trusting me, especially since it's sounds kinda bad, but if you wanna see a picture of my codes, I will be happy too.
Ethan15811 10 months ago
I am looking for a python programmer that has no experience with building programs. I want some help with my text based game.
Ethan15811 10 months ago
@Ethan15811 That does sound a bit suspicious. Are you sure you are not trying to get someone to run harmful code?
Zeldakitteh 10 months ago
im using python 3.2 what should i do?will they come out with a new version?thanks
sniksder21 11 months ago
@sniksder21 You shouldn't be using 3.2 - it's just not supported enough ._. I'd downgrade to 2.7 if I were you
DisturbedTK 10 months ago
im using python 3.2 what should i do?will they come out wit a new version?thanks
sniksder21 11 months ago
there is no wxpython download for the newest version of python..
:..(
yiopply 11 months ago
@yiopply use python 2.7 I'm using it and it works beautifully
dcs1892 11 months ago
Hoss, boss, badass, whatever you like to call him, Bucky's the freakin' man.
paradoxinversion 1 year ago
It says "no module wx" What do I Do? PLEASE HELP!!!
NesRetroGamer 1 year ago 7
@NesRetroGamer I had the same problem. I am using Ubuntu myself. When i ran the :
"import wx
app=wx.App()
win=wx.Frame(None)
win.Show()
app.MainLoop()
"
Code in idle. It got that error. But i ran it in Terminal (CMD for Ubuntu) and it worked...soooo idk man
Kagda96 8 months ago
@NesRetroGamer do remember to put .py at the end of the file hope it helped :)
zoomer328 3 months ago
@zoomer328 I did put .py at the end of it, that didnt work.
The419Clan 3 months ago
@NesRetroGamer Same problem have u found out yet ???
TeamINSTINKED 3 months ago
I use tkinter. Also, how can I make it look like the native GUI widgets?
FHomeBrew 1 year ago
is there a #45 already i can't understand that spanish? speaking guy i thought that was the next video until i figured out i can't understand him
araullo 1 year ago
guys he renamed the tutorials to wxpython programing tutorial
kazakenaga35 1 year ago
"Bucky, why no make more python videos?" -why-you-no guy
sjb167 1 year ago
plz continu on these tuts
macoronicheez 1 year ago
world of warcraft ! Thank god i stopped playing, its worse then cancer that game too addicting.
Dementedrox 1 year ago
how can I get this to work on Ubuntu Maverick?
C0r3y9878 1 year ago
Python programming tutorial 45 never got released. :(
orangepicklesquink 1 year ago
where is the 45 tutorial????
ZGfang 1 year ago
Is there a way for this to work with Windows 7? Python alone worked but the wx gui did'nt. :(
devilmaycry6400 1 year ago
@devilmaycry6400 same -.-
ecvsio 7 months ago
import wx
app=wx.App()
win=wx.Frame(None)
win.Show()
app.Mainloop()
GJH105775 1 year ago
I love your tutorials, but there's one crucial topic missing though, a tutorial about PEP8.
eallik 1 year ago
Can someone help me on fixing that annoying ImportError message after installing wxPython? Keeps on saying wx doesn't exist. Need wxPython to work to help me program my final year project, so it's pretty vital to me. I've followed bucky's videos step by step and even went to download the same versions of Python and wxPython as Bucky and this still has proven unhelpful - including updating them to the latest releases.
Any help on this would be very appreciated!
Many thanks,
mingming2006
mingming2006 1 year ago
OMFG ITS WORKINNNNNNGNNGNGNGNGNG
Arciijs 1 year ago
its not working im 100% sure i installed it properly
Arciijs 1 year ago
Yea, my first GUI!!!
LVCMS 1 year ago
cmd is in a GUI...xD
Digby0907 1 year ago
@Digby0907 wrong. It's a CLI but in a window. It's not GUI only the window is
xero907 1 year ago
OMGI FINISHED THEM!
i love you bucky
no homo :)
Coodous 1 year ago
great work man
tcsl404 1 year ago
I CANNOT IMPORT MODULES!? and i cant find the folder, python27 in wich you save the modules... -.-'
jhasjkfhkjs 1 year ago
can some one show me how to install please
playerZ4ONps3 1 year ago
wow this is good but can u go deep after like how to place stuff in that frame like button inside a button... etc :)
eruclidom 1 year ago
I fucking love programming. Shit man....java, c, c++, ruby, php, perl, python! GAH! I want to know it ALLL!!!!!! MOAR!
peiznkev000 1 year ago
@peiznkev000 ME TOO but I also know C# HAHAHAHA YOU DIDNT SAY U KNOW C# HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAAAH...
I think I need to go to a shrink.
ajspingvin 1 year ago
@ajspingvin LAWL
peiznkev000 1 year ago
This has been flagged as spam show
one of the best teacher in the word, tnx bro plz will will 46 and more.
(tnx my teacher)
swedenhackers 1 year ago
one of the best teacher in subjects.
cowtorto 1 year ago
Thank you so much Bucky, you have helped me a lot. I look forward to watching your wxpython tutorials.
elsangre333 1 year ago
Its... over... its finally over...
videopray 1 year ago
so how does wx work for python 3.1?
DARYSA 1 year ago
thank u i learned alot;) btw python 2.7 wont work with the newest verson off wx so u havce to get python 2.6 .
balltrekrig 1 year ago
i have python 3.2 and i cant download a gui thing for it
circlekmomofthree 1 year ago
@circlekmomofthree - Yeah, I was all behind 3.2.1 and it was working fine until Modules and GUI. Oh well, I'm using the debugged stable version of Python 2.6.6 as we speak, just switched over.
NukaColaQuantumVault 1 year ago
@NukaColaQuantumVault yah im learning c++ now
circlekmomofthree 1 year ago
Nice tutorials. I also love the "easter egg" in this video. (For those of you that didn't see it read the name of the two photoshop pictures on his desktop.)
CeTormenter 1 year ago
When I try to import wx it gives me an error that says there's something wrong with __initi__.py line 45 and _core.py or something
Any suggestions?
Thanx
CapitalI6699 1 year ago
thank you bucky!
npsz9769 1 year ago
There is a new channel search wxPython (=
Myrslokstok 1 year ago 41
You're the friggin best!
fullofhate77 1 year ago
hey the solution for this is restart
TheFedegaza1 1 year ago
i got an error, i had download the same version 2.7 python and 2.7 wxpython and it just dont work. it is an error sayng that there is no a wx moduler or somthing like that
TheFedegaza1 1 year ago
@TheFedegaza1 I've got the same problem :(
aardmaat 1 year ago
mine doesnt work!! :(
TheTechnoputer 1 year ago
Hey guys this series continues if you didnt know! Just search for wxpython tutorial!! and its there! :)
Tailgater 1 year ago
restart computer it might help
eoVertical5 1 year ago
MANY HAVE HAD PROBLEM SAYS ''NO MODULE NAME WX" TRY OPENING pythonGUI and impoting before hand then type ' wx.version() ' probably doesnt work but might.also make sure you download same version of python and wx
eoVertical5 1 year ago
woo hoo. i love gui
codecvr12 1 year ago
yay finally
tomek123kotek 1 year ago
It wont let me download it says to put a directory path or some shit like that, can you help me?
PaintBallKid1996 1 year ago
He's making wsPython tutorials now people -_-
Admiral3131 1 year ago
world of warcraft cool guy :D
pal000006 1 year ago
Please make more python tutorials! I watched them all and I need more!!
sumeetle 1 year ago
a-a-a-a-a-a-a-a-a-a!!!!! it works!!! ok guys, everyone who has a problem with istalation of wxpython lisen me!!! look at your version of python. i got 2.6.5 but i downloaded wxpython (and everyone of you who was watching this tutorial) ver 2.7.xx! you have to download another version. the version of wx must be the same as ver. of your python that has already been installed! everything you can find on the same site you were downloading wxpython!
annakoiher 1 year ago
45 = wxPython progamming tutorial 1.
dark33lord 1 year ago
When is #45 going to coming. Your tutorials are great!
May I suggest:
Tutorial on how to open multiple files and write to one file, Would be great!
zuckerpapa1234 1 year ago
NEXT TUTORIAL PLEASE
kikimoraWTF 1 year ago
when I download the GUI and install it I get this error "Unable to execute file: C:\Put a directory on PYTHONPATH here\python.exe
CreateProcess failed: code 2.
The system cannot find the file specified
:( what should I do?
reddirtshow 1 year ago
@reddirtshow what I did is when it asked what folder i wanted to install it in I went to browse and then python then Lib and then site packages and installed it there. Then it worked just fine. Hope that makes since.
luminumx 1 year ago
i keep getting an error message:
NameError: name 'wx' is not defined
gabelossus 1 year ago
this fucking shit isn't working for me, I do everything he says but when i run it there is a Python shell window popping up and it says ImportError: No module named wx!!
andr3asstr0mb3rg 1 year ago
@andr3asstr0mb3rg Check what version of python you have. (examples: 2.5, 2.6, or 2.7) On the website, there are 3 columns to download from. Download from the column that fits your python version. (2.5 is left, 2.6 middle, 2.7 right)
MisterGolfingGuy 1 year ago
@MisterGolfingGuy aight thanks =)
andr3asstr0mb3rg 1 year ago
Hello where is 45 Tutorial !!!!
chakwi44 1 year ago
@chakwi44 just switch to wxpython tutorials
banzostrummer 1 year ago
@banzostrummer thanks
chakwi44 1 year ago
is there any 45 tutorials ?
thx alot for helping us dude :)
ALRIFA3E 1 year ago
Please let me know if you are planning to release video 45 and up? Video 44 is the last one I could find here
PiscisAutomation 1 year ago
@PiscisAutomation the order starts over from wxpython tutorial 1. This is the last python tutorial and it starts with wxpython tutorials.
matthewrocks711 1 year ago 5
Luv ur tutorials, im anxious for you to post more especially in game development
javapythonpower 1 year ago
munch munch, i want more tutorials
mkwuuu 1 year ago
Please Please post 45+
I really enjoy your tutorials and would really appreciate follow ups!
Kyle1424210 1 year ago
THANKS FOR THE SERIES!
Raener 1 year ago
is there a tut after this??
Dragonlordnah89 1 year ago
it it said it had no attribute mainloop
Dragonlordnah89 1 year ago
were 45?
spartanxxxhybrid 1 year ago
was getting the error
wxpython App object has no attribute Mainloop
forgot to put the L in MainLoop uppercase too me about an hour to realise my mistake
woodygar 2 years ago
lol I forgot to put in the () after app=wx.App(
Omnom18 2 years ago
hey bucky, i got a question, why can't I run wx..........
it keeps on telling me "No module named wx"
do u have any of ur good ol suggestions i would really need it right now, i'm stuck and i deserve not to be, cuz i was with u all the way. and when i got to the best part i'm left hanging... So can u please help me with this i would really appericate it
prettipearls 2 years ago
How are you trying to "run" it?
itsbrad212 2 years ago
Hi, can anyone please, i mean please help me with this.... every time i try to run it, it says, "No module named wx" i tried to reinstall but that didn't help either, i don't know what i'm doing wrong but can anyone help me with this problem
prettipearls 2 years ago
*sigh*
Nobody makes stuff like this for python 3000.
smergibblegibberish 2 years ago
Yay! The GUI comes... I knew it that it was the right choice for me to not quit learning Python... (i hate non-gui programming) and I also like this vid. because you made more tutorials... :)
iExD 2 years ago
Hey, Would really appreciateif you made more tutorial's on python :)
Kyle1424210 2 years ago
lol "Most of you guys probably have the 32 ...unless you have 64 one " :)) that cracked me up
turonkik 2 years ago
hey which one is better? Tkinter or wx?
azntony619 2 years ago
Love your tutorials. How often do you upload them? When will #45 be posted?
badboy00z 2 years ago 23
@badboy00z
I know it's been five months, but if anyone else still is wondering, you're expected to go on with his wxPython tutorials, because as he mentions in the first wx, this list was getting too long ;)
TheEggert 1 year ago
@badboy00z guys i want him to finish the after effect tutorials, dont you? thumb up
amr1farouk 1 year ago