Software :: Every Time Try To Install The Key Get Key 1 Import Error?
Aug 2, 2011
We are using centos6 and every time we try to install the key we get key 1 import error btw we are linux newbies so if you do help please try and spell things out cle
View 4 Replies
ADVERTISEMENT
Apr 2, 2011
I downloaded the source to Python3.2
Code:
make distclean
./configure
make
make install
ImportError: No module named _tkinter
readline support for the interpreter seems to be gone
a few other oddities here and there
Is there a configure options doc that I missed somewhere? Python2.6 works as expected, with readline, Tkinter, cigarette lighter... the works!
View 2 Replies
View Related
Dec 5, 2009
I recently installed python in SLES and now i get the below error when running it.
Code:
The GCC team.
Distribution: SUSE Linux Enterprise 11
linux-ooix:~/Desktop # python3
[code]....
Import Error: No module named readline
View 7 Replies
View Related
Mar 18, 2011
Python version 2.6 worked fine but since updating to version 3.1 and now 3.2 I cannot get beyond this error. I have also downloaded and installed APSW v3.7.5
View 2 Replies
View Related
May 20, 2011
I want to use LaTeX text in Inkscape. Just a simple thing like $$x_i$$. There is an extension called textext with installation manual. Basically one have to copy four files into /usr/share/inkscape/extensions and one more option appears in Extensions menu. So far so good.
If I try to use that extension I get an error message:
Traceback (most recent call last):
File "/usr/share/inkscape/extensions/inklatex.py", line 7, in <module>
import xml.dom.ext.reader.Sax2
ImportError: No module named ext.reader.Sax2
Googling you can find several topics about that error from 2004 or earlier saying to install PyXML and providing a link to it, where it is said "Out of date. Do not use it." I have tried to build that PyXML though -- without success (lots of compile errors).
View 4 Replies
View Related
Dec 10, 2013
I have installled eyeD3. It works on the commandline (bash). But I want use it in python3.
I did get this error:
Code: Select all>>> import eyed3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named eyed3
Why cant I use this module for reading and writing tag information to mp3 files?
View 4 Replies
View Related
Apr 19, 2010
I am importing my project to another machine on my LAN to the directory:
/srv/svn/repos/my-repo
where my-repo was created via svnadmin create option
The permissions of /srv/svn/repos/my-repo are
drwxr-xr-x 6 svn svn 4096 2010-04-19
17:30 my-repo
I executed following command to import myProject files to my-repo on remote system
sudo svn import -m "First import" myProject svn+ssh://baltusaj@192.2.12.133/srv/svn/repos/my-repo
This command started 'Adding' files but gave following error after 'Adding' 7 files
svn: Can't open file '/srv/svn/repos/baltoros-valgrind/db/txn-current-lock': Permission denied
View 1 Replies
View Related
May 6, 2011
im running a Red Hat Enterprise Linux 6 Server Machine. i tried this commnad
Quote:
wine QUBEEWCM.exe
but getting below error
Quote:
Runtime Error (at - 1:0): Cannot Import dll:C:usersxxxTempis-00IEG.tmpisskin.dll
View 3 Replies
View Related
Mar 21, 2011
When I tried to install LibreOffice 3.3_64 on my Fedora14_64 I received the following error:
Package libobasis3.3-extension-pdf-import-3.3.1-8.x86_64.rpm is not signed Has anyone run into this? Is there a way to fix this?
View 2 Replies
View Related
Apr 20, 2011
I am getting a error bellow error msg when running gns3, can some explain what needs to be done. Cant import Qt modules, PyQt is probably not installed?
View 1 Replies
View Related
Jul 2, 2010
[URL]VMware Workstation 7.0.1 Release Notes has a list of supported OS:[URL]According to that, RHEL 5.4 is listed as supported for both host andguest but CentOS 5.4 is only for guest. This is quite strange and, ifit is true, that could be a serious issue.I succeed to install vmware workstaion 7.1 on centos 5.5, but have run-time error:
[root@ ~]# /etc/init.d/vmware start
Starting VMware services:
VMware USB Arbitrator [ OK ]
[code]....
View 7 Replies
View Related
Jun 14, 2011
I was working with timezones when I came across a very strange error. Date command showed Invalid date/time when I set the date/time to 27 Mar 2011, 02:00:00. On further analysis, I observed that the time was jumping to 03:00:00 after 01:59:59 when the date is 27th Mar, 2011.
View 3 Replies
View Related
May 17, 2010
after I had to rebuild the rpmdb because of some errors within it, i can't import any gpg-keys with the command "rpm --import". All I get is this:
[Code]....
View 14 Replies
View Related
Mar 2, 2010
If you had Gimp 2.6 (with gimp-plugin-registry installed) and installed Gimp 2.7 to try its new goodies, but Layer Effects are not showing, and when executing "gimp" from console you get these *nasty* errors:
Code:
This is a development version of GIMP. Debug messages may appear here.
gimp-user-install: migrating from /home/user/.gimp-2.6
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/layerfx.py", line 23, in <module>
import gimp, gimpplugin, math
ImportError: No module named gimp .....
If you haven't install the 2.7 version yet. Before upgrading, backup "python" directory and then just restore it after installing 2.7.
View 6 Replies
View Related
Jun 8, 2010
Code:
nits@nits-desktop:/mnt/Storage/Tors/Incomp$ btdownloadcurses --check_hashes 1 filename.torrent
/usr/lib/python2.6/dist-packages/BitTorrent/Storage.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import sha
These errors occurred during execution:
[09:37:48] IOError - [Errno 5] Input/output error
Got this error when I tried hash checking, was downloading the file using rtorrent when there was a sudden powercut and my system shutdown abruptly, tried restarting the torrent and kept encountering problems while restarting.
View 2 Replies
View Related
Nov 23, 2010
I've compiled a program on ubuntu with python(make python) but the problem comes when I try to use it and exactly after the command line "from libpy import *", the message that appears is such
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "libpy/knit.py", line 28, in <module>
import _knit
ImportError: libpy/_knit.so: undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE
View 1 Replies
View Related
Jan 30, 2011
I tried to install suse 11.3 but every time the system shut down in the install process it never finish
I think that the FAN does not work
I have an Acer Aspire 5720z
View 3 Replies
View Related
May 19, 2010
Following the Multi-media and Restricted Format Installation Guide (11.2) guide, I added the packman repository.
Then when clicked OK to update the repos list, I get this message.What should I do? For now, I clicked "Do not import".Generally speaking, when something similar appears, how would you know to trust a resource for providing software?
View 1 Replies
View Related
Jul 13, 2009
I've one problem with the installation of GNS3. I've downloaded all the necessary package, i've all the dipendency satisfied and Qt4 is installed on my system, but when i try to start gns3 I receive: par@Paranor GNS3-0.6.1-src]$ ./gns3 Can't import Qt modules, PyQt is probably not installed ...error: " If I'll try to use setup.py:
[par@Paranor GNS3-0.6.1-src]$ ./setup.py
./setup.py: line 1: Setup script for the GNS3 packages.: command not found
import: unable to open image `sys': Permission denied.
./setup.py: line 4: syntax error near unexpected token `'./src''
./setup.py: line 4: `sys.path.append('./src')'
I've the same results if i give the command with sudo;. Consider that i'm working on Kernel 2.6.18-128.1.16.el5 on a notebook with AMD 64 cpu.
View 5 Replies
View Related
Aug 9, 2010
what i can to do?[URL]Error: Cannot retrieve repository metadata (repomd.xml) for repository: chromium. Please verify its path and try again
View 2 Replies
View Related
Jul 1, 2010
I just upgraded to 10.04 through the Update Manager. During the updated however I got an error telling me that it was unable to install something. Sorry, I can't remember what it was; it didn't stop the updated so I assumed it wasn't that important. Anyways, I don't know if this is because of that error, but during the boot process and when shutting the computer I get console messages. When I boot it tells me that "mounting none on /dev failed No such device" and when I shut down I get these messages.I see this was asked before and that it isn't a big issue, but I'd still like to solve it. The problem is that I'm pretty new to Ubuntu and Linux in general I don't know how to follow the very general instructions given in that thread.
View 2 Replies
View Related
Nov 16, 2009
I have made a vb6 porgram, it is running without any error in windows platform. However, i want it to be run at Fedora too. I run my program with Wine Windows Program Loader in a Linux pc, but the program stuck with an error message:
Run-time error '429':
ActiveX component can't create object
I thought it was the error message because of missing some dll/reference files, so I tried to copy all those related .dll & .ocx file into my wine file. (Just copy and paste into the system32 of wine, no regsvr32 statement to register the .dll as what we always do in Windows.) However, all my efforts are in vain. I not sure what is the cause of this error.
View 12 Replies
View Related
Nov 1, 2010
I have a CentOS 5.3 server. All of the other computers I have are Windows or Ubuntu. The Ubuntu machines sync to the time on the CentOS machine correctly. The problem is, some of the windows 2000 Pro and Windows XP Pro machines are an hour off when they sync. The CentOS machine is set to New York time.
When I run: (Assume the time is currently 10:06 AM on the server) net time \xxx.xxx.xxx.xxx /set /yes
On the correct machines I get the message:
Current time at \xxx.xxx.xxx.xxx is 11/1/2010 10:06 AM
The command completed successfully.
But on the other machines I get:
Current time at \xxx.xxx.xxx.xxx is 11/1/2010 9:06 AM
Local time (GTM-04:00) at \xxx.xxx.xxx.xxx is 11/1/2010 10:06 AM
The command completed successfully.
Then the time on the windows computer is 9:06 instead of 10:06.
Is there something that needs changed on the CentOS Machine for the times to be correct?
View 1 Replies
View Related
Nov 5, 2010
10.10) now, and only use windows as my DVR (what im currently trying to change). To that end, i have a Hauppauge 2250 video capture card, and Steven at KernalLabs has an alpha release that has been said to work very well with mythTV.
Anyways, i followed one of the posts and successfully compiled the driver using "sudo make menuconfig." I attempted to install with the "make install" command, and the first half of the driver seemed to install and the second half (firmware related) received errors.
make -C firmware install
make[2]: Entering directory `/home/mlavigne/saa7164-v4l/v4l/firmware
Installing firmwares at /lib/firmware: vicam/firmware.fw cp: cannot stat `vicam/firmware.fw: No such file or directory
dabusb/firmware.fw cp: cannot stat `dabusb/firmware.fw: No such file or directory
dabusb/bitstream.bin cp: cannot stat `dabusb/bitstream.bin: No such file or directory
ttusb-budget/dspbootcode.bin cp: cannot stat `ttusb-budget/dspbootcode.bin: No such file or directory
[Code]..
View 3 Replies
View Related
Feb 12, 2010
I'm using FC12 with kde and cannot update the system time using the gui. The error is :Error unable to contact time server. How do i get it to work for the rest of the family who do not want to mess aboutcli mode?This does work from the terminal:ntpdate -u ntp.exnet.com so client software is present and correct leaving me at a loss.
View 4 Replies
View Related
Apr 11, 2010
I installed webmin on Debian apt-get install webmin. After installation following message came.
Code:
Setting up webmin (1.510-2) ...
Webmin install complete. You can now login to https://IP:10000/
as root with your root password, or as any user who can use sudo to run commands as root. So I infer that the installation was successful.
But when I do
Code:
http://IP:10000
I get following error
Code:
Error 111 (net::ERR_TUNNEL_CONNECTION_FAILED): Unknown error.
View 1 Replies
View Related
May 4, 2010
I wanna simply schedule a script's execution at specified time :
So I used :
But the output was following ..
warning:
View 2 Replies
View Related
May 19, 2011
i am graduate student and my X colleague gave me this Fortran 77 program to run my result files with. She is no longer reachable. I compiled the following program with gfortran, it compiled well but, when i run it, gave me end of file error. My output file (which is the input file for this program (DFILE1) ) has about 78,000 lines of velocities of atoms (Vx, Vy, Vz with 1000 steps.. an example of some of the atom's velocities in the 1st step is given at the end of this program). I will be highly obliged if any one can help me with this.I run this program on opensuse linux 11.3 version /32 bit/i586
error message:
Code:
At line 124 of file v.autocorrelation.f (unit = 10, file = 'DFILE1')
Fortran runtime error: End of file
Code:
PROGRAM TCORR
COMMON / BLOCK1 / STORX, STORY, STORZ
COMMON / BLOCK2 / VX, VY, VZ
COMMON / BLOCK3 / VACF, ANORM
C *******************************************************************
code....
View 6 Replies
View Related
Oct 21, 2010
I've just moved a server across to CentOS 5.5 64-bit and I have been trying to get some custom software running on it. However I'm getting an unusual error during run time:
sched_setaffinity: Invalid argument
I've had this software working on a old versions of Gentoo (2.6.12-gentoo-r6) and Fedora. And the latest version of Ubuntu server 10.04.1. (All 64 bit). It looks remarkable similar to:
Core test failed on s390x RHEL6
If v7 bug fix and enhancement update has been incorporated into CentOS 5.5 64 bit yet? Or how I might find out.
View 3 Replies
View Related
Jun 10, 2011
what is repository's ? do we need to install repository each time we install any package ?or cant we just say yum install package name ? & how to install tar.gz files ?
View 2 Replies
View Related