[IronPython] help

Arno Janse van Rensburg arno.jansevanrensburg at gmail.com
Wed Jan 13 19:49:26 CET 2010


On Wed, Jan 13, 2010 at 8:41 PM, <users-request at lists.ironpython.com> wrote:

> Send Users mailing list submissions to
>        users at lists.ironpython.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> or, via email, send a message with subject or body 'help' to
>        users-request at lists.ironpython.com
>
> You can reach the person managing the list at
>        users-owner at lists.ironpython.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Users digest..."
>
>
> Today's Topics:
>
>   1. Re: Silverlight code need help (Repost) (Jimmy Schementi)
>   2. Re: Silverlight code need help (Repost) (Andrew Evans)
>   3. Re: Silverlight code need help (Repost) (Andrew Evans)
>   4. IronPython 2.6 CodePlex Source Update (merllab at microsoft.com)
>   5. IronPython.Modules.dll bug when access from Delphi
>      (Lukas Cenovsky)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 12 Jan 2010 21:52:09 +0000
> From: Jimmy Schementi <Jimmy.Schementi at microsoft.com>
> To: Discussion of IronPython <users at lists.ironpython.com>
> Subject: Re: [IronPython] Silverlight code need help (Repost)
> Message-ID:
>        <
> 1B42307CD4AADD438CDDA2FE1121CC920A9448 at TK5EX14MBXC141.redmond.corp.microsoft.com
> >
>
> Content-Type: text/plain; charset="us-ascii"
>
> Thanks =)
>
> It's most likely an issue in the MyTimeToTick method. You should do some
> print-statement-debugging to make sure the properties you're using to
> compute the slider position are correct. To see the print statements, put
> this at the top of your file:
>
> import sys
> from Microsoft.Scripting.Silverlight import Repl
> repl = Repl.Show()
> sys.stdout = repl.output_buffer
>
> ... and then "print "Hello, World"" will show up in the "IronPython
> Console" tab.
>
> ~Jimmy
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 12 Jan 2010 15:37:04 -0800
> From: Andrew Evans <andrew.canit at gmail.com>
> To: Discussion of IronPython <users at lists.ironpython.com>
> Subject: Re: [IronPython] Silverlight code need help (Repost)
> Message-ID:
>        <321b88ab1001121537y2acac566u916492893d41c751 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Ok that has been done, but the values are incrementing correctly. So I am
> not exactly sure why its doing this
>
> I checked all values in that function. They increment as floating point
> numbers (time in milliseconds), which is correct.
>
> Any other suggestions ;)
>
>
> On Tue, Jan 12, 2010 at 1:52 PM, Jimmy Schementi <
> Jimmy.Schementi at microsoft.com> wrote:
>
> > Thanks =)
> >
> > It's most likely an issue in the MyTimeToTick method. You should do some
> > print-statement-debugging to make sure the properties you're using to
> > compute the slider position are correct. To see the print statements, put
> > this at the top of your file:
> >
> > import sys
> > from Microsoft.Scripting.Silverlight import Repl
> > repl = Repl.Show()
> > sys.stdout = repl.output_buffer
> >
> > ... and then "print "Hello, World"" will show up in the "IronPython
> > Console" tab.
> >
> > ~Jimmy
> > _______________________________________________
> > Users mailing list
> > Users at lists.ironpython.com
> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100112/51c326a5/attachment-0001.htm
> >
>
> ------------------------------
>
> Message: 3
> Date: Tue, 12 Jan 2010 16:16:57 -0800
> From: Andrew Evans <andrew.canit at gmail.com>
> To: Discussion of IronPython <users at lists.ironpython.com>
> Subject: Re: [IronPython] Silverlight code need help (Repost)
> Message-ID:
>        <321b88ab1001121616m66291468rfe89a544c0d408c6 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> This hack seems to fix my problem only its backwards :-P
>
> self.video.NaturalDuration.TimeSpan.TotalSeconds -
> self.video.Position.TotalSeconds
>
> will keep playing with it
>
> On Tue, Jan 12, 2010 at 3:37 PM, Andrew Evans <andrew.canit at gmail.com
> >wrote:
>
> > Ok that has been done, but the values are incrementing correctly. So I am
> > not exactly sure why its doing this
> >
> > I checked all values in that function. They increment as floating point
> > numbers (time in milliseconds), which is correct.
> >
> > Any other suggestions ;)
> >
> >
> >
> > On Tue, Jan 12, 2010 at 1:52 PM, Jimmy Schementi <
> > Jimmy.Schementi at microsoft.com> wrote:
> >
> >> Thanks =)
> >>
> >> It's most likely an issue in the MyTimeToTick method. You should do some
> >> print-statement-debugging to make sure the properties you're using to
> >> compute the slider position are correct. To see the print statements,
> put
> >> this at the top of your file:
> >>
> >> import sys
> >> from Microsoft.Scripting.Silverlight import Repl
> >> repl = Repl.Show()
> >> sys.stdout = repl.output_buffer
> >>
> >> ... and then "print "Hello, World"" will show up in the "IronPython
> >> Console" tab.
> >>
> >> ~Jimmy
> >> _______________________________________________
> >> Users mailing list
> >> Users at lists.ironpython.com
> >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >>
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100112/46bf116e/attachment-0001.htm
> >
>
> ------------------------------
>
> Message: 4
> Date: Wed, 13 Jan 2010 08:52:38 -0800
> From: <merllab at microsoft.com>
> To: <users at lists.ironpython.com>
> Subject: [IronPython] IronPython 2.6 CodePlex Source Update
> Message-ID:
>        <
> 952f4568-ffb7-4983-9a89-6dfad2d4cfdb at tk5-exsmh-c101.redmond.corp.microsoft.com
> >
>
> Content-Type: text/plain; charset="us-ascii"
>
> This is an automated email letting you know that sources
> have recently been pushed out.  You can download these newer
> sources directly from
> http://ironpython.codeplex.com/SourceControl/changeset/view/63205.
>
> MODIFIED SOURCES
>
>  $/IronPython/IronPython_Main/Src/Tests/interop/net/type/test_reachtype.py
>        $/IronPython/IronPython_Main/Src/Tests/test_ironmath.py
>        $/IronPython/IronPython_Main/Src/Tests/test_class.py
>        $/IronPython/IronPython_Main/Src/Tests/test_methoddispatch.py
>        $/IronPython/IronPython_Main/Src/Tests/test_numberhash.py
>
> CHECKIN COMMENTS
>
> --------------------------------------------------------------------------------
> Changeset Id: 1459771
> Date: 1/12/2010 8:59:25 AM
>
> Filed a handful of .NET 4.0 bugs - (CPy) test_bytes.py, (CPy)
> test_complex.py, (CPy) test_uuid.py, test_class.py, test_ironmath.py,
> test_methoddispatch.py, test_numberhash.py, and test_reachtype.py.
>
>
>
> (Shelveset: NET40_BUGS02;REDMOND\dfugate | SNAP CheckinId: 10120)
>
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 13 Jan 2010 19:36:59 +0100
> From: Lukas Cenovsky <cenovsky at bakalari.cz>
> To: Discussion of IronPython <users at lists.ironpython.com>
> Subject: [IronPython] IronPython.Modules.dll bug when access from
>        Delphi
> Message-ID: <4B4E12CB.8060909 at bakalari.cz>
> Content-Type: text/plain; charset="iso-8859-2"; Format="flowed"
>
> Hi,
> I have almost succesfully managed to access IronPython from Delphi 7
> (Win32). But I have also encountered a bug connected with
> IronPython.Modules.dll.
>
> Here are steps to recreate it:
> 1. Unzip the attached file somewhere
> 2) Put IronPython IronPython-2.6 with IronPython dlls to the same folder
> (or change the path in Host\build.bat)
> 3) Build the host with Host\build.bat
> 4) Run Host\Host.exe - it runs OK
> 5) Run Delphi\IpyTest.exe - it runs OK
> 6) Put IronPython.Modules.dll to Delphi\ folder
> 7) Run Delphi\IpyTest.exe - it freezes. It freezes during creating
> IronPython engine.
> 8) Host\Host.exe runs fine with IronPython.Modules.dll
>
> I don't know how to debug this problem - can somebody please look at it?
> Thank you.
>
> --
> -- Luk??
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: IronPythonBug.zip
> Type: application/x-zip-compressed
> Size: 123440 bytes
> Desc: not available
> URL: <
> http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100113/7f8d70f8/attachment.bin
> >
>
> ------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
> End of Users Digest, Vol 66, Issue 19
> *************************************
>



-- 
Arno Janse van Rensburg
e-mail : arno.jansevanrensburg at gmail.com
cell : 0828765691
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100113/dec53cfa/attachment.html>


More information about the Ironpython-users mailing list