Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~39.1K People Reached
PC Specs
Win7 x64
Favorite Tags
Member Avatar for vmars

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 .

Member Avatar for Dani
0
409
Member Avatar for iamthwee

**Introduction** Today we are going to go over the very basics of web design and getting it right. I see a lot of web developers who say they are programmers but not designers (although sometimes I wonder even this.) However, this shouldn't mean you can't get the very basics of …

Member Avatar for Sandaruwan_1
5
812
Member Avatar for davy_yg

Hello, I would like to check if my HTML code is valid for international standard or not. Is there any machines that can check that? Evenif there is no error in it - I need to make sure if I use a valid and clean code. Any recommendation? Thanks in …

Member Avatar for gentlemedia
0
135
Member Avatar for vegaseat

After you got the basics of Python under your belt, the best way to get a good knowledge of the language and improve your coding skills is to start on a project you are interested in. Maybe an image viewer, a slide show, computer generated random or fractal art, a …

Member Avatar for vegaseat
20
18K
Member Avatar for vmars

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 . …

Member Avatar for vmars
0
2K
Member Avatar for vmars

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

Member Avatar for vmars
0
2K
Member Avatar for vmars

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__ = …

0
97
Member Avatar for vmars

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!

Member Avatar for Stefano Mtangoo
0
397
Member Avatar for iamrashid

It is a simple one and a more complex one will be here soon this code has not been tested but it works well on IE 6.0+ Do enjoy and Comment it Please

Member Avatar for vmars
1
130
Member Avatar for 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 …

Member Avatar for rajarajan2017
0
117
Member Avatar for vmars

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

Member Avatar for chethandas
0
146
Member Avatar for vmars

Greetings; Please, is there a 'python tool' of sorts (ide or whatever) that will convert [U]Python code to 'C' code[/U] . Thanks!

Member Avatar for Nine Tails
0
12K
Member Avatar for vmars

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 …

Member Avatar for vmars
0
436
Member Avatar for vmars

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

Member Avatar for vegaseat
0
218
Member Avatar for vmars

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 …

Member Avatar for vegaseat
0
86
Member Avatar for vmars

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 …

Member Avatar for Kezoor
0
313
Member Avatar for vmars

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!

0
64
Member Avatar for vmars

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!

0
59
Member Avatar for vmars

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!

Member Avatar for vegaseat
0
106
Member Avatar for lllllIllIlllI

Hi everyone, I have been fiddling around with a speech recognition program for a while now and i always had something that bothered me. Here is my code i have been using. It is the example code from code.activestate.com [code=python] from win32com.client import constants import win32com.client import pythoncom """Sample code …

Member Avatar for lllllIllIlllI
0
718
Member Avatar for vmars

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] …

Member Avatar for vmars
0
297
Member Avatar for vmars

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) …

Member Avatar for vegaseat
0
191
Member Avatar for vmars

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 …

Member Avatar for vegaseat
0
132
Member Avatar for vmars

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 …

Member Avatar for sneekula
0
522
Member Avatar for vmars

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 …

Member Avatar for jlm699
0
287
Member Avatar for vmars

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 …

Member Avatar for sneekula
0
110
Member Avatar for vmars

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!

Member Avatar for bvdet
0
110
Member Avatar for vmars

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 …

Member Avatar for Stefano Mtangoo
0
163