1,336 Topics

Member Avatar for
Member Avatar for earlybirdsean
Member Avatar for earlybirdsean
-1
183
Member Avatar for imperialguy

Some system info before proceeding further: Platform: Mac OS X 10.7.1 Python Version: ActiveState Python 2.7.1 wxPython Version: [url=http://downloads.sourceforge.net/wxpython/wxPython2.9-osx-2.9.2.1-cocoa-py2.7.dmg]wxPython2.9-osx-cocoa-py2.7[/url] I want the button label to be changed while performing a task So, here is what I did/want: [code]self.run_button=wx.Button(self.panel,ID_RUN_BUTTON,label='Install') self.Bind(wx.EVT_BUTTON, self.OnRun,id=ID_RUN_BUTTON) def OnRun(self,evt): self.run_button.SetLabel('Installing..') #call a function that does the installation …

Member Avatar for Pupo
0
322
Member Avatar for icantmath1

Ok, so my computer was running completely fine (with the exception of random freezes) for the past month or so. So I ran driver cleaner and all that and reinstalled a new graphics driver. While the computer was shut down, I installed a PCI wifi adapter card and removed an …

Member Avatar for nuwan4u
0
220
Member Avatar for paulmcco

I receive this error in a c++ program after moving the program from Mac OS X to windows...I was using XCode, I am now using Visual C++...I looked up the error codfe but don't understand how to apply the solution. Here is the solution as stated by microsoft: A type …

Member Avatar for paulmcco
0
540
Member Avatar for Sariscos

[ATTACH=RIGHT]21290[/ATTACH]The HP ProBook 6560b at first glance is not distinguishable from other laptops. However, this business rugged machine was designed for the modern day businessman. It’s sleek, charcoal black aluminum case is smooth to the touch. Weighing in at a little less than six pounds, this laptop was made to …

Member Avatar for AndrewH
2
721
Member Avatar for gawickham

Problem - Main - Clicking any Google Search result, results in redirect to random sites - NOT the site of the search result - search function not usable Secondary - computer has slowed to less than a crawl plus - recently, on boot-up, Avast reports that Microsoft Realplayer.exe is suspect …

Member Avatar for gawickham
0
601
Member Avatar for wolf29

I am having major issues with nfs, in that server-1 has to mount a file from server-2 before an application owned by another user can operate. The applications will appear to load without the mounted share but they will be just going through the motions and the application will not …

Member Avatar for wolf29
0
145
Member Avatar for Joe2

My OS is Win XP Pro SP3 and Browser Firefox 5 Sometimes when I click on close (Red X top right hand corner) from a page on the FF browser I am getting another page with the domain name http.com. This is a page of parked domains and I have …

0
138
Member Avatar for Samuelandjw

Hi, I have some experience with Visual C++. Recently I have been trying to develop on Mac OS X, and the IDE of choice is naturally XCode. It is very straightforward in VC++ to build the program in DEBUG configuration or RELEASE configuration. But as a newcomer for XCode, I …

0
57
Member Avatar for [V]

I have a very strange problem. I have a python script that uses multi-threading. It works fine, and does exactly what it should. I use several modules that interact with other files. All file handles are closed as soon as they are on longer needed. When I run this script …

Member Avatar for Gribouillis
0
171
Member Avatar for g_amanu

i have a folder that contains csv excel files that have numbers in the first column labeled 'x', second column label'y', and third column labeled'z'. i was trying to take all of the numbers in the x and calculate the averages and std, take all the numbers in the y …

Member Avatar for g_amanu
0
7K
Member Avatar for hpwolfe

Was given an Apple G3. The 'Mac OS X G4' screen wants name & password. How do I get started. I have no documentation with it. Harry

Member Avatar for hpwolfe
0
173
Member Avatar for needpython_help

Hi everyone, I'm new here so I hope I've put this in the right place. I'm looking for a little help with a python program I've written. I'm trying to create a timeline from SQLite databases. I take information from a calls database, then an sms database, write those to …

Member Avatar for Enalicho
0
859
Member Avatar for g_amanu

my excel files have more than a 1000 numbers under the columns that are labeled x, y, z for each excel file. i was trying to print the x, y, and z values for all of the excel files in to a single excel file(Trying_excel.xls)that would have all of the …

Member Avatar for g_amanu
0
2K
Member Avatar for g_amanu

im trying to calculate the average and std for x, y, and z column for about 50 excel files that i saved in a folder. each excel files has x values in the first column, y in the second, and z in the third column. im using this script, but …

Member Avatar for Gribouillis
0
1K
Member Avatar for paulmcco

Hello, I am trying to build cURL 0.7.3. When I configure cURL.pp within the shell (./configure), the program exits with error: cannot find boost libraries. So I used the following command to bypass this step: ./configure --without-boost The configuration finishes with no errors, however, when I try to "make" within …

0
65
Member Avatar for jose456891

I used to be a PC guy. The reason i converted to macs is because one day i decided to try out leopard on my PC. I researched how to make a PC run OS X. Finally one day I found out how to make a hackingtosh. Hackingtosh is a …

Member Avatar for jingda
0
1K
Member Avatar for MoZo1

So I get the error CPU has been disabled by guest os. Power off or restart. But if I power off, it shuts down. I wana run it. Then error again... I tryed: - Disabled all unnecessary hardware. - Turned off USB Legacy support in BIOS. - Found no explicit …

Member Avatar for jingda
0
1K
Member Avatar for davenyc

I just noticed yesterday that I did not have McAfee Security Center installed any more. (beat myself up enough, thanks, but feel free to express shock and dismay.) When I looked on the pc yesterday morning, there was only a McAfee scan app in c:\program files\mcafee. I have had McAfee …

Member Avatar for davenyc
0
2K
Member Avatar for stevenros

Apple has planned to launch the OS X Lion in July. The preview, which was released in October 2010 says about all the positive features of this awesome OS. I am planning to switch to Lion from Snow Leopard. But before investing , I want to get the feed back …

Member Avatar for jingda
0
418
Member Avatar for sear899

I have a ibook g4 with 10.4 that i want to reload the OS on. I have a disk that says "iBook G4, Mac OS X install disk 1". I was wondering if there were any other install disks that i need.

Member Avatar for jingda
0
104
Member Avatar for 4789787

This is code for an internal forum, it works on my local server, but not the godaddy one i just purchased! phpinfo()s posted below: [CODE]<?php // forum.php :: Foro interno del juego.Version 1.0 define('INSIDE' , true); define('INSTALL' , false); require_once dirname(__FILE__) .'/common.php'; /* Este foro esta basado en el PHPBBs …

Member Avatar for chrishea
0
4K
Member Avatar for ihatehippies

Currently running python 2.7 on windows 7. I have an app created with wx python and compiled with py2exe. This app has an update utility that polls an update server at startup. If an update is found it downloads the new executable file (approx. 7mb) and makes the switch. It …

0
132
Member Avatar for khess

My "[URL="http://www.daniweb.com/news/story229382.html"]10 Best Linux Distributions of 2009[/URL]" list drew a bit of disdain from some of my readers, so I thought I'd make it up to them by posting a list of Linux distributions that [I]they[/I] like to use. Since I have no way of knowing which of these distributions …

Member Avatar for shafin raza
0
2K
Member Avatar for pegburke4

Hi, all, Got no idea what causes this: My sister sends a JPG attachment from her Mac (OS 10.6, not sure what else you'd need to know) to someone with Windows who uses AOL. The attachment comes up with an ASPX extension at the Windows end. Huh? Then I try …

Member Avatar for jingda
0
186
Member Avatar for SasseMan

Hi! I am using a vpn connection to connect to my work network, which I use for remote desktop, which is working fine. I now want to be able to access the same stuff at home that I can access at work. I can for instance write "wiki" in the …

Member Avatar for lasitha2005d
0
275
Member Avatar for deb0and

Not sure what this error means "NameError: global name 'sessionid' is not defined" Any help would be greatly appreciated. Below is the code [CODE]import sys from socket import * import re import os from time import sleep print ("[*] BY THE POWER OF GRAYSKULL - I HAVE THE ROOTZ0R!\r\n" "[*] …

Member Avatar for deb0and
0
878
Member Avatar for BlackJackkk

Hi ! I`m trying to write an OS, but I already have some problems with the bootloader. I`m trying to load some assembly code from hard disk, that will set protected mode and load kernel, but i don`t think it loads what it should load. After it calls the int …

0
47
Member Avatar for Sariscos

[B]Specs[/B] The two print cartridges use a dye based ink where the black cartridge’s resolution is up to 600 x 600 dpi whereas the color cartridge renders 4800 x 1200 dpi. The printer is capable of borderless printing, up to 4 x 6 inches. There are three ways to connect …

Member Avatar for jingda
0
925
Member Avatar for Armanious

[CODE] private static int[][][] pieces = { { { 1, 1, 1, 1, 1, 1, 1, 1 },{ 1, 1, 1, 1, 1, 1, 1, 1 },{ 1, 1, 1, 1, 1, 1, 1, 1 },{ 1, 1, 1, 1, 1, 1, 1, 1 } },{ { } },{ { …

Member Avatar for skatamatic
0
1K
Member Avatar for divin757

First of all I do not want to start a argument about which is better the real thing or you you make yourself. I am trying to pick hardware for a mac box and I want to make sure the hardware will be compatible before I drop a bunch of …

Member Avatar for Ezzaral
-2
204
Member Avatar for binaryhackerman

Forgive me if this has been answered, I searched and couldn't find anything. I have several servers running on my LAN that i want to be able to access via host name instead of IP and port number (e.x. ted instead of 173.166.39.161:5000 for my ted 5000 energy monitor) because …

Member Avatar for binaryhackerman
0
269
Member Avatar for Zephnath

[I]Hello all, I am looking for some help writing an application with the following attribuutes: An online retailer sells five products whose retail prices are as follows: 1. Product 1, $2.98 2. Product 2, $4.50 3. Product 3, $3.98 4. Product 4, $4.49 5. Product 5, $6.87 Write an application …

Member Avatar for NormR1
0
2K
Member Avatar for shredder2794

Hello all, I've been trying to get metasploit working on my mac for a couple of days and I just keep getting this error:"Error while running command db_connect: Failed to connect to the database: Unknown MySQL server host '0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1' (1)" and then is says "call stack" and gives me a …

0
152
Member Avatar for zachmandude32

Compiler: gcc and/or g++ Linux: Mac OS X 10.6.7 curlpp version: 0.7.3 -Hi I am having trouble compiling my cpp program, I am just trying to do an example from the curlpp website [URL="http://tinyurl.com/3auvcjo"]http://tinyurl.com/3auvcjo[/URL] . I am using that code exactly. Also I've tried to search online to see what …

Member Avatar for zachmandude32
0
1K
Member Avatar for dogsbody

Hi all. Some how or other I have started to get the, Bootcamp, icon on my desk top. It seems to be unmovable. Iv'e put it in the trash, I have ejected it Iv'e dragged and dropped it into the HD icon on the desktop. When I boot up every …

Member Avatar for jingda
1
127
Member Avatar for janellelk

Okay guys! I want to buy a new MacBook Pro. I'm on Mac OS X 10.5 and it feels old. Nothing is updated. I use it for work as well. Also, my current one just had its Apple Care expire and I am sad. :( Sigh.. is this the smartest …

Member Avatar for jingda
0
220
Member Avatar for stevenros

I am a Mac 10.6 user. One of my friends suggested me to defrag my drive in order to optimize mac performance. My friend who is at Mac 9.2 suggested me from his own experience. But when I went through Mac support , it says that there is no need …

Member Avatar for jingda
0
354
Member Avatar for losh177

Hi, I put a computer together about a year ago, and I've gone through 4 PSU. Each PSU lasted longer than the previous with the last one lasting about 5 month. Could this be because of the different parts I have put together or just my bad luck of getting …

Member Avatar for losh177
0
135
Member Avatar for Billy D

I have a console application I compiled with Xcode 4. I have an icon (Unix executable) for it on my desktop. Is it possible for me to click on that icon and run the program WITHOUT terminal opening?

Member Avatar for janejackson87
0
194
Member Avatar for XMasterrrr

Hello guys as i see this is a little error and i don't know how i can't fix it so the following are the main and the header file from the book i learn from: main: [CODE]#include "../std_lib_facilities.h" int main() try { vector<int>numbers; int number; cout << "Enter the numbers …

Member Avatar for Salem
0
430
Member Avatar for XMasterrrr

Hello guys as i see this is a little error and i don't know how i can't fix it so the following are the main and the header file from the book i learn from: main: [CODE]#include "../std_lib_facilities.h" int main() try { vector<int>numbers; int number; cout << "Enter the numbers …

Member Avatar for XMasterrrr
0
250
Member Avatar for scarcella

Hi guys, i have been having trouble installing MAC osx Lion or any other mac. This is my computer specs: Asus P8P67 LE Intel i5 2500 3.3Ghz NVida GTX 460 1gb 8gb RAM (4 x 2gb) 1333mhz Kingston I was wondering you guys could let me know step by step …

Member Avatar for Narue
-1
347
Member Avatar for imperialguy

Some details of my machine and installed packages before proceeding further: [B]Mac OSX version: 10.6.6 Python version: Activestate Python 2.7.1 wxpython version: wxpython 2.8 (uses Carbon API hence limited to 32-bit mode arch only) [/B] I installed wxPython2.8-osx-unicode-py2.7 from wxpython website using their .dmg installer file. This package uses the …

Member Avatar for jingda
0
300
Member Avatar for mahdi68

Hi , i try to install mac os 10.6 on HP Pavilion dv6 but befor starting the setup menu this message shown : "You need to restart your computer , Hold down the power button ..." i install it on PC but cant install on Laptop My system specific : …

Member Avatar for Danarchy
0
453
Member Avatar for imperialguy

Before proceeding further, my system configuration is as follows: Mac OS X 10.6.6 MATLAB 2010b ActiveState Python 2.7 I have a gui built using matlab. I wrote the following python script to open that matlab gui using pymatlab python module: [code]from pymatlab.matlab import MatlabSession session = MatlabSession() session.run('cd ~/ratter/ExperPort') session.run('addpath(genpath(pwd))') …

0
98
Member Avatar for Rickay

Hey people. Been having a problem when trying to use .gif files as images for sprites. When I try to use one, I get an error such as: [CODE]Documents/Code/Cocos2D/Cocos2D/Player.png: No such file or directory[/CODE] But in the code, I am calling for the picture "Player.gif" to be used, as you …

0
110
Member Avatar for ffej2ffej

I have been trying for some years now to learn Xcode in order to create Mac OS and now iPhone apps. I'll spare you readers the misery I've experienced and summarize by saying it hasn't gone well. One of the routes I've attempted is to read Aaron Hillegass' book. To …

Member Avatar for pseudorandom21
0
131
Member Avatar for RobBobSmith

Hi all: I would be very grateful for advice on an Xcode (3.2.2) problem. I use Mac OS X 10.6.7. I have written C++ code that requires outside code. The outside code 1) requires a license and 2) has dynamic libraries. The outside code does run in a terminal, but …

0
169
Member Avatar for JamesMadison

hey guys, i´m looking for a free antivirus software, i heard from virex, but i don´t know if it´s online only or if it´s paid. if all of that is positive, wich one uo recommmed? ( a free one i mean ).

Member Avatar for jingda
-21
878

The End.