Search:

Type: Posts; User: themusicwave; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    1,071

    [ubuntu] Hosting Apple Time Machine With Ubuntu

    Hi everyone.

    My wife has Macbook and I have an Ubuntu desktop. My desktop has a rather large 1TB hard drive. I would like to partition part of this drive to allow her to store time machine...
  2. Re: Swing, AWT, SWT, Qt, or wxWidgets for Java

    I certainly would choose Swing over AWT.

    I really haven't tried anything other than Swing with Java. So I can't speak too much to the other options. I've done some QT(by some I mean 1 program)...
  3. [ubuntu] Re: Hibernate no longer functions after upgrading to Lucid

    I too have hibernate issues after upgrading to lucid. Mine is manifesting differently though. My machine will hibernate, but it won;t come out of hibernation right.

    When I try to bring it back...
  4. Replies
    3
    Views
    1,419

    Re: PyQt packages

    Well I found a different example with different imports and it worked.

    This is the example:



    import sys
    from PyQt4.QtGui import *
    app = QApplication(sys.argv)
    button = QPushButton("Hello...
  5. Replies
    3
    Views
    1,419

    Re: PyQt packages

    I have that one, but still if I go to the interactive shell and type import qt I get "No module named qt"

    Any other ideas?

    Thanks.
  6. Replies
    3
    Views
    1,419

    PyQt packages

    Hey everyone,

    This is a very easy question I hope. What packages do I need to install on 10.04 to write pyqt code? I want to try out writing a small App using QT, but I can't even import qt yet....
  7. [SOLVED] Re: Motorola Droid (A855) - connecting to Ubuntu 9.10

    You can put the music wherever you want. It indexes all MP3s on the phone. I made a music folder for convenience.

    I've been unable to figure out how to bluetooth transfer files from my droid....
  8. Replies
    21
    Views
    7,302

    [ubuntu] Re: HP C6380 Printer drivers

    I got it working in 9.10 using the version of hplip in the repository. I can scan and print wirelessly. Copy works, because you don't need a driver for that.
  9. Re: How-to Scrollwheel Effect on Logitech trackball (Marble Mouse)

    Do you have to run them every time you start up X? Or is there a way to get it to always work?
  10. Re: How-to Scrollwheel Effect on Logitech trackball (Marble Mouse)

    No I can;t get it to scroll anymore.
  11. Re: Help with importing functions from another file in Python

    I think you want something like this:



    import A

    answer = raw_input('please enter string for variable a: ')
    words = ['word1','word2','word3']
    value = A.func(words, answer)
    print value
  12. Re: Help with importing functions from another file in Python

    #File A.py
    def foo(arg):
    print arg

    #File B.py
    import A

    A.foo("Test")
  13. Re: Help with importing functions from another file in Python

    If you want to use things from another file you need to use import. Check out this link for details:

    http://effbot.org/zone/import-confusion.htm
  14. Re: Dungeons & Dragons Online: Eberron Unlimited

    I went back to wine 1.01 in Ubuntu Karmic and now the game launches and plays. The only problem is no sound.

    In the in game audio menu, it lists "none" as the only sound option. Not sure why...
  15. Re: Dungeons & Dragons Online: Eberron Unlimited

    I booted into XP an upgraded the client. However, it now fails with the following wine output.



    It gets to the loading screen and then just quits. Works fine in XP, so I guess I'll be booting...
  16. Re: Dungeons & Dragons Online: Eberron Unlimited

    As a followup from my last post, I changed the wine package I am using. Previously I had the package called wine from teh repo which was version 1.01.

    Now I have wine1.2 which is wine 1.1.31. ...
  17. Re: Dungeons & Dragons Online: Eberron Unlimited

    Anyone know why I would be getting an error indicating I don't have the current client when I try to run it?

    Before upgrading to Karmic everything worked great. I'm not sure what is missing or...
  18. Re: How-to Scrollwheel Effect on Logitech trackball (Marble Mouse)

    Thanks, that is much nicer than keeping it on the desktop. My firefox links still work, if I use the left scroll button to click a link it opens in a new tab. I am not sure what is different. I...
  19. Re: How-to Scrollwheel Effect on Logitech trackball (Marble Mouse)

    The only problem with adding it as a startup script is that it only works if the trackball is plugged in when you start X or ubuntu.

    If the trackball isn't plugged in, then you still have to run...
  20. Replies
    12
    Views
    1,843

    [ubuntu] Re: Frostwire Installation trouble

    Here is a link to the i586 version 4.17. Just change the link as needed for different versions:

    http://main2.frostwire.com/frostwire/4.17.0/frostwire-4.17.0.i586.deb
  21. Re: How-to Scrollwheel Effect on Logitech trackball (Marble Mouse)

    It seems my changes weren't permanent. I have to re run the command


    xinput set-button-map "Logitech USB Trackball" 1 8 3 4 5 6 7 2 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29...
  22. Re: How-to Scrollwheel Effect on Logitech trackball (Marble Mouse)

    Hey Everyone I got in working in Ubuntu 9.04

    The first thing I discovered is that it is showing up as a 32 button mouse, which is wrong. To see this I used:


    xinput list

    Which showed:
    ...
  23. Re: How-to Scrollwheel Effect on Logitech trackball (Marble Mouse)

    Hi everyone,

    I just got a Logitech Marble mouce and am trying to get the scrolling to work with the small buttons.

    I have done the following to no avail.

    Created a file at...
  24. Re: Linux friendly Programmable logic controller

    I have never seen a PLC that didn't have a Windows IDE. Sadly it seems that the Controls industry is almost exclusively Windows based. If you do find one I would be interested to know, but I doubt...
  25. Re: [Python]Do I need Django for simple web script?

    You can certainly do form processing without Django. Keep in mind, Django, or any other framework, is simply a wrapper around Python. Everything Django does is done from ordinary Python code. They...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4