<div dir="ltr">Hi I am on Ubuntu 8.04 64bit<br>Version Numbers:<br>Python 2.5.2<br>Qt 4.3.4<br>PyQt4 4.3.3<br>sip 4.7.3<br>QScintilla 2-snapshot-20070923<br>eric4 4.1.1 (r1972)<br>Platform: linux2,<br>2.5.2 (r252:60911, Jul 31 2008, 17:31:22) <br>
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]<br><br>In the TurboGears project, while I am trying to paste code from the clipboard (code attached bellow), the whole Eric closes (crashes) without any single message.<br> <br>I was trying to copy/paste some simple (non taged) rows of text and this works without problems.<br>
<br><br>========== the pasted code ==================<br>10 <body><br>11 <select id="personOption"><br>12 <option py:for="person in people"<br>13 id="${<a href="http://person.id">person.id</a>}" value="${<a href="http://person.id">person.id</a>}"><br>
14 ${person.given_name} ${person.surname}<br>15 </option><br>16 </select><br>17 <div id="pets-div" name="pets-div"></div><br>18 </body><br>19 </html><br><br>Best Regards<br>
<br>Petr Jakes<br></div>