- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- PC Specs
- Win7 x64
28 Posted Topics
Hello & Thanks , In my code below , why is it the Html code that the <div class="middle"> is specified BEFORE the <aside class="left-sidebar"> and the <aside class="right-sidebar"> ? Thanks..Vern OOPS! Forgot code , see next Reply . | |
![]() | Re: Is there a 'html5 graphical diagram outliner' for PhotoShop ? Thanks |
Re: To see what the html outline looks like , go here: https://gsnedders.html5.org/outliner/ | |
Re: Ok, now how do I get it to run? I have Windows Python 2.6 , IDLE . When I copy it into PythonShell all I get back is: >>> Thanks! | |
I'll try to start over again: Windows7, Python3.2.. When I click on a *.py file it starts up the python.exe interpreter in interactive mode. What I want it to do, is to RUN the *.py file. Please, how can I accomplish this. A *.py file is associated with python.exe . … | |
Greetings, I installed python3 on win7, and I would like to run the turtleDemo.py . But can't seem to get it going. Can anyone help? Thanks...vm | |
Greetings, I am stepping thru the "Changing a PythonCard Application" @ [url]http://pythoncard.sourceforge.net/walkthrough1.html[/url] With NO changes, pgm runs fine. But when I make the change and run it program just Flashes a Console screen and immediately ends. Can someone spot the error? #!/usr/bin/python """ __version__ = "$Revision: 1.8 $" __date__ = … | |
Please UNsubscribe me! Your site loops endlessly when I try to UNsubscribe. Please UNsubscribe me! Before I have to curse my way out of here. Please UNsubscribe me from all things Python! Thanks! | |
Re: <script> Pls, is this different than javascript? How so? If not javascript, how can I change it to javascript? Thanks...vmars | |
view source code of external files in html like *.js and *.css For example: In this page I am Posting to, there are 24 *.js files. They are loaded but you can't see them. I would like to view some of these external javascript files for study. Not necessarily on … ![]() | |
Greetings; New to (ClientSide) javascript and HTA: 1) Does ajax ever come into play with (ClientSide) javascript ? 2) I would like to read a txt file into a TextArea. Example? 3) I would like to save or saveas from TextArea. Example? Thanks for your help! ...vmars | |
Greetings; Please, is there a 'python tool' of sorts (ide or whatever) that will convert [U]Python code to 'C' code[/U] . Thanks! | |
When I try and run xrced.py, I get the following errors in IDLE: Please, what am I doing wrong? Thanks! IDLE 2.6.1 ==== No Subprocess ==== >>> Traceback (most recent call last): File "C:\Python26\wx-2.6-msw-unicode\wx\tools\XRCed\xrced.py", line 23, in <module> from globals import * File "C:\Python26\wx-2.6-msw-unicode\wx\tools\XRCed\globals.py", line 7, in <module> from wxPython.wx … | |
Greetings; I would like to install Python, wxPython, XRCed, BoaConstructor : I installed Python 3.0.1 : but which version of the others go together with Python 3.0.1? Maybe I should backup with Python, but I don't know. Please Help. Thanks! ...Vern | |
Python26 with wxPython, wxWidgets(if need?), XRCed: Where to download compatibles ? Which version goes with which?? Please; I am trying to install Python26 with wxPython, wxWidgets(if need?), XRCed . But am having trouble figuring out what versions go together. Here is my Directory layout so far: Directory of C:\Python26\ DLLs … | |
Greetings! I just downloaded Python 2.6 from Python.org . It came with IDLE Gui. Poking around the internet, I see a bunch of other pthon related names like: IDLE, wxPython, Tkinter, Widget toolkit, PyGTK, PyQT, Tk GUI . I am not really sure what all I have, and what else … | |
Greetings: I have [ XRced version 0.2.0-5 ] installed. Please, what about [ XRCWidgets-0.1.7.win32.exe ] : Is this different, more, or less, than what I have installed ? Thanks! | |
Greetings: The following files are all *.file . This seems wrong. They all contain similar to this: #!/usr/bin/env python from wx.tools.XRCed.xrced import main main() What are they, and can I rename to: *.py or *.pyw ? C:\Python\Scripts\ ================= editra.File helpviewer.File img2py.File pyalacarte.File pyalamode.File pycrust.File pyshell.File pywrap.File pywxrc.File xrced.File Thanks! | |
Please, how does 'Python, wxPython, wxWidgets, C++' all fit together? WxWidgets being written in C++ and all. What is actually being handed to Python when we use these things. Thanks a bunch! | |
Re: Greetings: This is tts , but it might be a help. [url]http://www.datafurnace.net.au/sayzme/html/developers.html[/url] and [url]http://sayzme.sourceforge.net[/url] ...Vernon | |
Greetings: I am chugging thru Boa Help Getting Started Guide for Boa Constructor , Kevin Gill , November 1, 2000 and am at Section: 2.7 Creating a Dialog Window doing everything as specified in Help, Save/Run and click on Help/About , no Dialog comes up. [Frame2.py , App2.py , Dialog2.py] … | |
Greetings: I am having trouble with reading the code in thread "Tutorial: GUI programming with wxPython" ([url]http://www.daniweb.com/forums/post623598-3.html[/url]) Where tut shows code: [code] import wx """Example with sizers for dynamic resizing.""" app = wx.App(redirect=False) window = wx.Frame(None, title = 'Sample GUI App', pos = (100,100), size = (400,500)) background = wx.Panel(window) … | |
Greetings; My name is Vernon, from Brownsville, Tx. I started with PCs in the late 80s, and am on my 3rd Toshiba notebook, and my 1st MacBook Pro. I have been programming with Delphi5 of and on for a few years, and am just beginning to learn Python, wxPython and … | |
What's wrong with this code in Boa: [def OnMenuHelpAboutMenu(self, event) works fine if I use it to open file etc.., but won't work for Dialog2] Thanks! [code=python] #Boa:Frame:Frame2 import wx #import Dialog2 def create(parent): return Frame2(parent) . class Frame2(wx.Frame): . def OnMenuHelpAboutMenu(self, event): # if hasattr(sys, 'debugger_control'): # sys.debugger_control.set_traceable() dlg … | |
WinXP Home, sp2: I am going thru the tutorial @ [url]http://zetcode.com/wxpython/firststeps/[/url] The exercises are great. BUT I am still running with 1) dle.exe, 2) python shell, and 3) an idle text input screen (Centre.py). [ C:\Program Files\Python26\Lib\idlelib\vm ] When I click on PythonW.exe it does nothing. I tried the directions … | |
In the Starting Python [ [url]http://www.daniweb.com/forums/thread20774.html[/url] ] Post, I configured as specified, but when I take that 1st code example [ print "Hello Monty Python!" ] and save it as a file [ HelloMP1.py ], and open it in the Edit Window, and run it from there, I get the … | |
I am reading thru DiveIntoPython docs and it gives some examples Example 3.23. Formatting Numbers >>> print "Today's stock price: %f" % 50.4625 50.462500 The 1st % designates Formatting, what does the 2nd % do? Thanks! | |
OK, I have decided to download wxPython and Python2.6 . But I am confused which kind from here: [url]http://sourceforge.net/project/showfiles.php?group_id=10718&package_id=10559&release_id=629662[/url] I am running winXp Pro, and MAC OS X 10.5 . I don't know which win to choose, [U]32 or 64[/U], and [U]ansi or unicode[/U]? Also, osx [U]ansi or unicode[/U]? And … |
The End.