Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    625

    [SOLVED] Re: Python newbie, help needed

    In python 3 you need to have brackets around what you are printing because print is now a function.

    Use:


    print("hello world")

    instead.
  2. Thread: Pyshared?

    by dv3500ea
    Replies
    5
    Views
    6,887

    Re: Pyshared?

    I have this problem. According to the Debian Python Policy we are supposed to put python modules that work across versions in /usr/share/pyshared but python doesn't seem to have this in its default...
  3. Replies
    6
    Views
    703

    Re: GUI IDE for VB

    Try gambas http://bit.ly/software-small.
  4. Replies
    9
    Views
    1,307

    Letter of condolence to the Japan LoCo

    A few members of the Ubuntu Community got together to write a message of support to the Japanese Ubuntu Loco following the earthquake and tsunami.

    It is hosted at http://ourfriendsinjapan.com.
    ...
  5. Replies
    899
    Views
    118,690

    Re: La Vida- The Sims For Linux

    It's great that you want to help :)

    There is no 'chart' of progress as such, but we track bugs and features on sourceforge.

    Make sure you check out the irc channel. Feel free to post any...
  6. Replies
    899
    Views
    118,690

    Re: La Vida- The Sims For Linux

    New packages for Lucid, Maverick and Natty are building in ppa:lavida-team/ppa :)
  7. Replies
    899
    Views
    118,690

    Re: La Vida- The Sims For Linux

    A HP DV3500EA (I was incredibly unimaginative when I joined the forums, hence the name).
  8. Replies
    899
    Views
    118,690

    Re: La Vida- The Sims For Linux

    Never mind. It was because I had a newer (beta) version of Blender installed. Reverting to the version from the official repositories fixed this.
  9. Replies
    899
    Views
    118,690

    Re: La Vida- The Sims For Linux

    I'm having problems running the current trunk - it opens a few Blender windows then exits. Does anyone else have this problem? I'm using Ubuntu 10.10 and python 2.6.6.



    $ pwd
    /tmp/la-vida

    $...
  10. Replies
    2
    Views
    359

    Re: "scripting" with python

    I would just use the event system supplied by the 'gobject' module. Simply subclass your object classes from gobject.GObject and you have a simple event system.

    eg.




    import gobject
    ...
  11. [SOLVED] Re: Simple Graphic application to process screen captures

    Shutter is a screenshot app that can do all of this. You can install it from the 'shutter' package.
  12. Replies
    10
    Views
    1,338

    Re: Is Adobe Air a good cross platform solution?

    From what I remember, once it has 'compiled' you get a link to a page with download links for Linux, Mac and Windows. For each, you can download a 'bundled' version which is an installer that...
  13. Replies
    10
    Views
    1,338

    Re: Is Adobe Air a good cross platform solution?

    You should have a look at Appcelerator Titanium. It is like Adobe Air in that it is cross platform bundled apps but it uses less resources, is open source and is more flexible. You create...
  14. [SOLVED] Re: Suggestions for language to use to solve a programming project

    For a web automation script like this, I would suggest using the *mechanize* modules for Ruby, Perl or Python. This is available from the software repositories for all 3 of these languages - just...
  15. Replies
    7
    Views
    791

    Re: function for dowwnloading from youtube

    This is already available as a C library called libquvi. It is available from the repositories but is currently broken for Youtube (but fixed in newer versions).
  16. Replies
    2
    Views
    306

    Re: creating new objects in ruby

    You are calling the new method of the Rating class. This creates a new object of class Rating and calls the initialize method. The
    :rating => params[:rating] is passed as an argument to the...
  17. Replies
    107
    Views
    30,373

    Re: Humble Indie Bundle

    We don't have to pay for insanely expensive software licence fees so we have more to spare. Also, we have a vested interest in showing that Linux is a financially viable gaming platform so that more...
  18. Replies
    899
    Views
    118,690

    Re: La Vida- The Sims For Linux

    I can confirm the PPA is not working for 10.10. It is currently only packaged for 10.04. I'll try to fix that ASAP.
  19. Re: What features of javascript make it powerless?

    This is not just a problem in javascript - it is a problem with floating point arithmetic in general. You will get the same problem in other languages.
  20. Replies
    44
    Views
    1,921

    Re: Best Programing language for web...

    Ruby. Which I consider the first best option.

    Why do you dislike python?
  21. Re: What features of javascript make it powerless?

    1) No

    2) There is no standard library but the environment in which javascript is embedded may have a standard library for that particular environment. Seed, for example, has an imports object...
  22. Re: What features of javascript make it powerless?

    Javascript is not powerless, and comparing the 'power' of turing complete programming languages is just silly. Javascript is being widely adopted, not just in browsers but on the desktop, on servers...
  23. Replies
    4
    Views
    350

    Re: GTK+ newbie doubt regarding buttons

    This code is pygtk, but it should be similar for gtk for any language:



    button = gtk.Button()
    container = gtk.HBox()
    button.add(container)
    container.show()
    image = gtk.Image()...
  24. Replies
    44
    Views
    1,921

    Re: Best Programing language for web...

    Ruby is a really good programming language (my favourite) because it is very expressive and has strong support for object oriented and functional and meta programming.

    I have heard a lot of praise...
  25. Replies
    68
    Views
    3,124

    Re: Do you prefer GUI or Terminal?

    Yes
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4