Search:

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

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: Reformat read-only NFTS external drive

    Damn, never thought of reformatting the drive with my Mac... That worked perfectly (although I had to format it as FAT so Ubuntu could rw to it.

    Thanks.
  2. [ubuntu] Reformat read-only NFTS external drive

    Short version:
    How do I reformat an external hard-drive (read-only, NFTS) so that I can rw to it.

    Long version:
    I had a self-built Ubuntu desktop that is now dead. I have pulled out the...
  3. Replies
    7
    Views
    508

    Re: Help with Python imports

    That didn't work either but I got it figured out...kinda.

    So, again here's my structure

    bin
    py
    __init__.py
    control.py
    A\
    __init__.py
  4. Replies
    7
    Views
    508

    Re: Help with Python imports

    os.path.append doesn't exist. I'm using Python 3.1.1 btw.


    Traceback (most recent call last):
    File "a.py", line 11, in <module>
    os.path.append('/bin/py')
    AttributeError: 'module' object...
  5. Replies
    7
    Views
    508

    Re: Help with Python imports

    That didn't seem to work, here's my error

    Traceback (most recent call last):
    File "a.py", line 10, in <module>
    from ..B import b
    ValueError: Attempted relative import in non-package
  6. Replies
    7
    Views
    508

    Help with Python imports

    I've been searching around the web and I can't find a solution.

    I have a Python project and in one module I need to import a module that is "side-by-side" with the current module. How do I import...
  7. [ubuntu] Re: Will Someone Please Tell Me What The Hell Is Wrong With This?

    Rechecked mine, maybe it needs quotes? try


    <applications>
    <application name="Gdeskcal"
    class="gdeskcal"
    type="desktop">
    <desktop>all</desktop>
    ...
  8. [ubuntu] Re: Will Someone Please Tell Me What The Hell Is Wrong With This?

    here:


    <applications>
    <application name=Gdeskcal
    class=gdeskcal
    type=desktop/>
    <desktop>all</desktop>
    <layer>below</layer>
    </applications>
  9. [ubuntu] Re: Fast boot with Karmic, what's the secret?

    I have a Core 2 Duo as well and I noticed an increase in boot time when upgrading from 9.04 to 9.10. I'd like to know some of these tips as well.
  10. Replies
    15
    Views
    7,275

    Re: can't install subclipse

    Thank you, this fixed my particular issue. I just upgraded to Karmic and I guess Eclipse was upgraded with it. Anyway, when I tried to install Subclipse 1.6, the "Finish" button was not clickable...
  11. Replies
    3
    Views
    463

    [ubuntu] What font is FF 3.5 using?

    I just upgraded to Karmic and FF upgraded to 3.5.4 with it. I love the new(?) font that is being used for the tabs and menus. How can I find out what font this is? It's really clean and pronounced...
  12. Replies
    34
    Views
    1,985

    [ubuntu] Re: Is 9.10 Karmic available yet?

    Hey everyone, STOP downloading Karmic!!! I'm only getting 47kB/s :p
  13. Replies
    34
    Views
    1,985

    [ubuntu] Re: Is 9.10 Karmic available yet?

    I got no updates when I did that.
  14. Replies
    19
    Views
    3,142

    Re: atoi and getchar C programming

    It's been awhile since I've used C, but try this

    printf("press 1 for yes and 2 for no/n");
    char charr=getchar();
    int key=atoi(*charr);
  15. Replies
    37
    Views
    2,893

    Poll: Re: Average Age of Ubuntu Users

    I'm 26 now but I started using ubuntu when I was 24. How do I answer?

    I answered 25-30 btw,
  16. Replies
    12
    Views
    1,098

    [SOLVED] Re: Math Question

    oops, thanks. Fixed.
  17. Replies
    12
    Views
    1,098

    [SOLVED] Re: Math Question

    Haha, I just noticed that it starred out *******. in my (m)***.
  18. Replies
    12
    Views
    1,098

    [SOLVED] Re: Math Question

    Considering

    F = ma
    (F)orce
    (m)***
    (a)cceleration

    As you increase the mass of the object (and maintain it's a acceleration) the Force increases proportionally.

    Theory:
  19. Replies
    2
    Views
    468

    [ubuntu] Re: It's all...blue.

    Maybe your desktop theme was changed some how.

    System > Preferences > Appearance > Theme

    Looks like it may have been changed to the 'Glossy' theme.
  20. Replies
    1
    Views
    374

    [ubuntu] Re: Infinite /usr/bin/X11 directories?

    Created a quick bash script which will effectively be infinite until out of memory. I haven't let it run for more than 10 seconds so I'm not sure how long it'd take for OOM to happen...

    ...
  21. Replies
    1
    Views
    374

    [ubuntu] Infinite /usr/bin/X11 directories?

    I was doing some cd'ing and noticed that within the directory

    /usr/bin/
    There is a pointer

    X11 -> .
    This will cause an infinite number of directories when cd'ing

    cd /usr/bin/[TAB]
  22. Replies
    4
    Views
    1,611

    Re: How to use Jython class from Python?

    Ah ok, I think I know what you're getting at. Let me explain why I chose to do it this way and maybe defend myself a bit.

    This "app" that I'm creating technically isn't really an "application",...
  23. Replies
    4
    Views
    1,611

    Re: How to use Jython class from Python?

    I've tried that but thanks. We're using Python 3.1. When I tried using the jython interpreter for the entire project, I got import exceptions for things like configparser, which I guess is not...
  24. Replies
    4
    Views
    1,611

    How to use Jython class from Python?

    I've got a python application and I need to do some XML schema validation using an XSD. The easiest way I found to do so was using jython like this:

    import java.io.File
    import javax.xml

    class...
  25. Replies
    21
    Views
    1,044

    Re: Any computer software engineers?

    I think you should put on your resume whatever your institution decides to call it since that would be the correct name. Your resume would potentially look unprofessional if you put "B.S. Software...
Results 1 to 25 of 162
Page 1 of 7 1 2 3 4